

 body {

        margin:0;

		font-family:"Trebuchet MS";

        padding:0;

        border:0;			/* This removes the border around the viewport in old versions of IE */

        width:100%;

        background:#fff;

        min-width:600px;    /* Minimum width of layout - remove line if not required */

							/* The min-width property does not work in old versions of Internet Explorer */

		font-size:13px;

    }
h3{
margin:14px;

}
#Tableau_01 {

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

}

#header_ {



    min-width:800px;

	background-image:url(../images/header-bg.png);

	background-repeat:repeat;

	width:100%;

	height:152px;

}

#logo_ {

	background-image:url(../images/logo.gif);

	position:relative;

	left:42px;

	top:20px;

	width:175px;

	height:93px;

}

#banniere_ {

    top:-50px;

	float:right;

	right:25px;

	width:468px;

	height:60px;

	position:relative;

}

#banniere_ a:link,#banniere_ a:visited,#banniere_ a:hover {

    border:0;

	color:#000000;

	text-decoration:none;

}
.titre_logo_client{
text-align:center;
font-size:12px;
font-weight:bold;
top:0px;

}
#logo_cient {

padding-top:5px;
width:100%;
text-align:center;
}

#logo_cient img{

border:1px dotted #666666;

}

#logo_cient a:link,#logo_cient a:visited,#logo_cient a:hover {

    border:0;

	color:#000000;

	text-decoration:none;

}

#menu{

    height:83px;

    margin:0px;

    padding:0px;

	position:absolute;

	left:106px;

	top:123px;

	width:auto;



}



#menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

	padding-left: 2px;

	width:auto;

}

#menu li.active {

    color:#003399;

	list-style-type:none;

	float: left;

	margin: 0px;

	padding: 0;

	border: 0;

	height:30px;

}

#menu li.non-active {

	list-style-type:none;

	float: left;

	margin: 0px;

	padding: 0;

	border: 0;

	height:30px;

}

#menu li a {

	float:  left;

	margin: 0;

	height: 30px;

	line-height: 30px;

	padding: 0 20px;

	outline: none; /*masquer le cadre en pointillé qui apparait quand on clique ou quand on parcourt les liens*/

}



#menu li a:focus{

-moz-outline-style: none;/*masquer le cadre en pointillé pour firefox lorsque le lien prend le focus*/

}



#menu li a:link, #menu li a:visited {

	color:#336699;

	float:  left;

	margin: 0;

	height: 30px;

	line-height: 30px;

	padding: 0 20px;

	text-decoration:none;

}

#menu li a:hover {

	color: #003399;

}

#menu li a:active {

    color: #003399;

}



#menu .active span.left {

	background:url(../images/menu-in-left.png);

	width:15px;

	height:30px;

	float:left;

}

#menu .active span.right {

	background:url(../images/menu-in-right.png);

	width:15px;

	height:30px;

float:left;}

#menu .active a {

	background-image:url(../images/menu-in-center.png);

}

#menu .non-active .left {

	background:url(../images/menu-out-left.png);

	width:15px;

	height:30px;

float:left;}

#menu .non-active .right {

	background:url(../images/menu-out-right.png);

	width:15px;

	height:30px;

float:left;}

#menu .non-active a {

	background-image:url(../images/menu-out-center.png);

}



#top_ {

	background-image:url(../images/top-bg.png);

	background-repeat:repeat;

	width:100%;

	height:117px;

}

div.paypal {

text-align:center;

}



      



#spacer_ {

	border-bottom:#CCCCCC solid 1px;

	position:static;

	width:100%;
	
	height:30px;
	
	text-align:center;
	
	padding-top:6px;

}

#layoutdims {

		clear:both;

		background:#eee;

		border-top:4px solid #000;

		margin:0;

		padding:6px 15px !important;

		text-align:right;

	}

	/* column container */

	.module {

		position:relative;		/* This fixes the IE7 overflow hidden bug */

	    clear:both;

	    float:left;

        width:90%;			/* width of whole page */

		overflow:hidden;

		margin-left:5%;

		margin-right:5%;

		margin-top:2px;

		height:116px;	/* This chops off any overhanging divs */

	}

	.module_horiz,

	.conteneur_module,

	.colright {

		float:left;

		width:100%;

		position:relative;

	}

	.module_left,

	.module_center,

	.module_right {
        
	    margin-right:3px;

		float:left;

		position:relative;

		padding:0 0 1em 0;

		overflow:hidden;

	}

	.top_module {

	

				/* right column background colour */

	}

	.top_module .conteneur_module {

		right:25%;				/* width of the right column */

				/* center column background colour */

	}

	.top_module .module_horiz {

		right:50%;				/* width of the middle column */

				/* left column background colour */

	}

	.top_module .module_left {

		width:46%;				/* width of center column content (column width minus padding on either side) */

		left:102%;				/* 100% plus left padding of center column */

	}

	.top_module .module_center {

		width:21%;				/* Width of left column content (column width minus padding on either side) */

		left:28%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}

	.top_module .module_right {
     left:89%;
     margin-top:32px;
     text-align:center;
     width:21%;

	}

	.contenu {

		position:relative;		/* This fixes the IE7 overflow hidden bug */

	    clear:both;

	    float:left;

        width:90%;			/* width of whole page */

		overflow:hidden;

		margin-left:5%;

		margin-right:5%;	/* This chops off any overhanging divs */

	}

	/* common column settings */

	.contenu_horiz,

	.conteneur,

	.colright {

		float:left;

		width:100%;

		position:relative;

	}

	

	.top_left,

	.top_center,

	.top_right {

		float:left;

		position:relative;

		padding:0 0 1em 0;

		overflow:hidden;

	}

	.center_left,

	.center_right {

		float:left;

		position:relative;

		padding:0 0 0 0;

		overflow:hidden;

	}
	.center_left_membre,

	.center_right_membre {

		float:left;

		position:relative;

		padding:0 0 0 0;

		overflow:hidden;

	}

	/* 3 Column settings */

	.top_contenu {

		background:#eee;		/* right column background colour */

	}

	.top_contenu .conteneur {

		right:25%;				/* width of the right column */

		background:#fff;		/* center column background colour */

	}

	.top_contenu .contenu_horiz {

		right:50%;				/* width of the middle column */

		background:#f4f4f4;		/* left column background colour */

	}

	.top_contenu .top_left {

		width:46%;				/* width of center column content (column width minus padding on either side) */

		left:102%;				/* 100% plus left padding of center column */

	}

	.top_contenu .top_center {

		width:21%;				/* Width of left column content (column width minus padding on either side) */

		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}

	.top_contenu .top_right {

		width:21%;				/* Width of right column content (column width minus padding on either side) */

		left:85%;				/* Please make note of the brackets here:

								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

	}

	/* 3 Column blog style settings */

	.blogstyle {

		background:#eee;		/* right column background colour */

	}

	.blogstyle .conteneur {

		right:25%;				/* width of the right column */

		background:#f4f4f4;		/* center column background colour */

	}

	.blogstyle .contenu_horiz {

		right:25%;				/* width of the middle column */

		background:#fff;		/* left column background colour */

	}

	.blogstyle .col1 {

		width:46%;				/* width of center column content (column width minus padding on either side) */

		left:52%;				/* 100% plus left padding of center column */

	}

	.blogstyle .col2 {

		width:21%;				/* Width of left column content (column width minus padding on either side) */

		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}

	.blogstyle .col3 {

		width:21%;				/* Width of right column content (column width minus padding on either side) */

		left:60%;				/* Please make note of the brackets here:

								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

	}

	/* 2 Column (left menu) settings */

	.leftmenu {

		background:#fff;		/* right column background colour */

	}

	.leftmenu .contenu_horiz {

		right:75%;				/* right column width */

		background:#f4f4f4;		/* left column background colour */

	}

	.leftmenu .col1 {

		width:71%;				/* right column content width */

		left:102%;				/* 100% plus left column left padding */

	}

	.leftmenu .col2 {

		width:21%;				/* left column content width (column width minus left and right padding) */

		left:6%;				/* (right column left and right padding) plus (left column left padding) */

	}

	/* 2 Column (right menu) settings */

	.center_contenu {

		background:#eee;		/* right column background colour */

	}

	.center_contenu .contenu_horiz {

		right:25%;				/* right column width */

		background:#fff;		/* left column background colour */

	}

	.center_contenu .center_left {

		width:74.9%;				/* left column content width (left column width minus left and right padding) */

		left:25%;				/* (right column width) plus (left column left padding) */

	}
	.center_contenu .center_left_membre {

		width:21%;				/* left column content width (left column width minus left and right padding) */

		left:25%;				/* (right column width) plus (left column left padding) */

	}
	.center_contenu .center_right_membre {

		width:74.9%;				/* right column content width (right column width minus left and right padding) */

		left:25%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */

	}

	.center_contenu .center_right {

		width:21%;				/* right column content width (right column width minus left and right padding) */

		left:27%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */

	}

	/* 2 Column (double page) settings */

	.doublepage {

		background:#eee;		/* right column background colour */

	}

	.doublepage .contenu_horiz {

		right:50%;				/* right column width */

		background:#fff;		/* left column background colour */

	}

	.doublepage .col1 {

		width:46%;				/* left column content width (column width minus left and right padding) */

		left:52%;				/* right column width plus left column left padding */

	}

	.doublepage .col2 {

		width:46%;				/* right column content width (column width minus left and right padding) */

		left:56%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */

	}

	/* Full page settings */

	.fullpage {

		background:#fff;		/* page background colour */

	}

	.fullpage .col1 {

		width:96%;				/* page width minus left and right padding */

		left:2%;				/* page left padding */

	}

#footer_ {

	background-image:url(../images/footer-bg.png);

	background-repeat:repeat;

	margin-top:20px;

	float:left;

	position:relative;

	padding:0 0 1em 0;

	overflow:hidden;

	width:100%;				/* right column content width (right column width minus left and right padding) */

    height:100px;

} 

.footer_contenu{

text-align:center;

padding-top:45px

}

.version{

color:#999999;

}
.version a{

color:#999999;

}

div.list_site {

position:relative;

padding-top:10px;

}

div.cherche_hebergement {

height:25px;
padding-top:1%;
display:block;
text-align:left;
width:100%;
padding-right:0px;

}

form.recherche_form_hebergement{

display:block;

padding-left:0px;

padding-right:0;

position:relative;

}

div.affiche_site{

height:100px;

position:relative;

background-color:#eee;

margin-left:5px;

margin-bottom:5px;

margin-right:5px;

border:#666 dotted 1px;

}
div.affiche_site:hover{

height:100px;

position:relative;

background-color:#CED8E9;

margin-left:5px;

margin-bottom:5px;

margin-right:5px;

border:#666 dotted 1px;

}
div.div_sites_textes{
display:block;
overflow:hidden;
position:relative;
height:100px;
}
div.affiche_site_adresse{

padding-left:5px;

padding-top:3px;

text-align:left;

width:500px;

font-size:12px;

}
div.affiche_site_logo{
float:left;

text-align:justify;

width:100px;

}

div.affiche_site_lien{

font-size:12px;
font-style:italic;
left:80%;
padding:0;
position:absolute;
text-decoration:inherit;
top:79px;
vertical-align:top;

}
div.affiche_site_flag{

padding-left:5px;

padding-top:3px;

color:#5B789F;

font-size:12px;

float:left;
}
div.affiche_site_nb_click{
float:left;

padding-left:5px;

font-weight:bold;

color:#5B789F;

text-align:justify;

font-size:12px;

}


div.affiche_site_titre{

padding-left:5px;

font-weight:bold;

color:#0099CC;

text-align:left;

font-size:14px;


}
div.affiche_site_titre a{
color:#0099CC;
font-size:14px;
font-weight:bold;
padding-left:5px;
text-align:left;
}
div.affiche_site_titre a:link, div.affiche_site_titre a:visitd,div.affiche_site_titre a:hover{
color:#0099CC;
font-size:14px;
font-weight:bold;
padding-left:5px;
text-align:left;
}

div.affiche_site_titre1{

float:left;
padding-left:5px;

font-weight:bold;

color:#0099CC;

text-align:left;

font-size:14px;


}
div.affiche_site_head{
width:100%;
overflow:hidden;
}
.pagination a {

     display: block;

    float: left;

    padding: 0.3em 0.5em;

    margin-right: 5px;

	margin-bottom: 5px;

	 text-decoration: none;

	border: solid 1px #AAE;

	color: #15B;

	cursor:pointer;

}

.pagination{

text-align:center;

padding-left:1%;

}

.pagination .current {

    background: #26B;

    color: #fff;

	border: solid 1px #AAE;

}

.div_region {



}

.button_recherche_hebergement{ /* generic container (i.e. div) for floating buttons */

	cursor:pointer;

	padding-left:5px;

}



#button_recherche { /* generic container (i.e. div) for floating buttons */

    width: 100%;

    margin-top:16px;
height:30px;
	margin-left:60px;

}

#button_register,#button_login { /* generic container (i.e. div) for floating buttons */

}

#buttons_login_link {
padding-top:10px;
clear:both;
padding-left:60px;
height:30px;
}

a.button_recherche_link {

    cursor:pointer;

    background: transparent url('../images/button_notclicked_right.png') no-repeat scroll top right;

    color: #444;

    display: block;

    float: left;

    font: normal 11px arial, sans-serif;

    height: 24px;

    margin-right: 6px;

    padding-right: 18px; /* sliding doors padding */

    text-decoration: none;

}
div.affiche_pas_site{
display:block;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
position:relative;
height:100px;
}

div.affiche_pas_site_text {
position:absolute;
width:300px;
text-align:justify;
}
div.affiche_pas_site_image{
padding-left:320px;
width:175px;
height:93px;
position:absolute;
}
div.affiche_pas_site_image a{
	outline: none; /*masquer le cadre en pointillé qui apparait quand on clique ou quand on parcourt les liens*/

}

div.affiche_pas_site_image a:focus{

-moz-outline-style: none;/*masquer le cadre en pointillé pour firefox lorsque le lien prend le focus*/

}

a.button_login_link {

    cursor:pointer;

    background: transparent url('../images/button_notclicked_right.png') no-repeat scroll top right;

    color: #444;

    display: block;

    float: left;

    font: normal 11px arial, sans-serif;

    height: 24px;

    margin-right: 6px;

    padding-right: 18px; /* sliding doors padding */

    text-decoration: none;

}

a.button_login_link span {

    background: transparent url('../images/button_notclicked_left.png') no-repeat;

    display: block;

    line-height: 14px;

    padding: 5px 0 5px 18px;

	height:15px;

} 

a.button_contact_link {

cursor:pointer;

    background: transparent url('../images/button_notclicked_right.png') no-repeat scroll top right;

    color: #444;

    display: block;

    float: left;

    font: normal 11px arial, sans-serif;

    height: 24px;

    margin-right: 6px;

    padding-right: 18px; /* sliding doors padding */

    text-decoration: none;

}

a.button_contact_link input {

background: transparent url('../images/button_notclicked_left.png') no-repeat;

    display: block;

	cursor:pointer;

    line-height: 10px;

	font: normal 11px arial, sans-serif;

    padding: 5px 0 5px 18px;

	border-style:none;

}

a.button_registration_link {

cursor:pointer;

    background: transparent url('../images/button_notclicked_right.png') no-repeat scroll top right;

    color: #444;

    display: block;

    float: left;

    font: normal 11px arial, sans-serif;

    height: 24px;

    margin-right: 6px;

    padding-right: 18px; /* sliding doors padding */

    text-decoration: none;

}

a.button_registration_link input {

background: transparent url('../images/button_notclicked_left.png') no-repeat;

    display: block;

	cursor:pointer;

    line-height: 10px;

	font: normal 11px arial, sans-serif;

    padding: 5px 0 5px 18px;

	border-style:none;

}

a.button_recherche_link span {

    background: transparent url('../images/button_notclicked_left.png') no-repeat;

    display: block;

    line-height: 14px;

    padding: 5px 0 5px 18px;

} 

a.button_recherche_link:active {

    background: transparent url('../images/button_clicked_right.png') no-repeat scroll top right;

    background-position: bottom right;

    color: #000;

    outline: none; /* hide dotted outline in Firefox */

}



a.button_recherche_link:active span {

    background: transparent url('../images/button_clicked_left.png') no-repeat;

    background-position: bottom left;

    padding: 6px 0 4px 18px; /* push text down 1px */

} 

.error_search {
font-family:"Trebuchet MS";
font-size:12px;
color:#CC0000;
text-align:center;
}

.map_image {
width:100%;
text-align:center;

}

.marquee_logo{

vertical-align:top;
}

div.logo_site{

text-align:center;

height:100px;

width:130px;

display:block;

background-color:#eee;

margin-left:5px;

padding-left:2px;

margin-bottom:5px;

margin-right:5px;

border:#666 dotted 1px;

}

div.logo_site_titre{

width:120px;

padding-left:0px;

padding-top:2px;

font-weight:bold;

text-align:center;

font-size:12px;

}

div.logo_image{

width:120px;

padding-left:0px;

padding-top:5px;

font-style:italic;

font-size:12px

}

.logo_image a:link, .logo_image a:visited, .logo_image a:hover {

color:#000000;

}

#div_continent{

padding-bottom:14px;

}

#default_pays{

padding-bottom:10px;

}

#div_region{

padding-bottom:14px;

}

#div_pays{

padding-bottom:14px;

}

.span_pays{

padding-right:31px;

}

.span_region{

padding-right:17px;

}



#div_login{

padding-bottom:10px;

}

.span_login{

padding-right:45px;

}
.error_login{
font-family:"Trebuchet MS";
font-size:12px;
color:#CC0000;
text-align:center;
}
#pas_encore_membre a:link, #pas_encore_membre a:hover, #pas_encore_membre a:visited, #oublier_mot_passe a:link, #oublier_mot_passe a:hover, #oublier_mot_passe a:visited{
text-decoration:none;
color:#003399;
font-family:"Trebuchet MS";
font-size:12px;
}
#div_admin_site_membre, #div_admin_site_membre a:link, #div_admin_site_membre a:hover, #div_admin_site_membre a:visited, #div_admin_site_membre a:link{
text-decoration:none;
color:#003399;
font-family:"Trebuchet MS";
font-size:12px;
cursor:pointer;
}
#buttons_deconnect_link {
padding-top:10px;
clear:both;
padding-left:60px;
height:30px;
}
.confirmation_recup_password {
padding-right:10px;
border-top:0 none;
clear:both;
padding-left:10px;
padding-top:59px;
height:100%;
text-align:center;
}
.confirmation_contact {
padding-right:10px;
border-top:0 none;
clear:both;
padding-left:10px;
padding-top:59px;
height:100%;
text-align:center;
padding-bottom:59px;
}
#Derniers_inscrit{
font-size:13px;
font-family:"Trebuchet MS";
}
.lien_annuaire a:link,.lien_annuaire a:visited,.lien_annuaire a:hover{

text-decoration:none;

color:#336699;

}



	.registration,

	. {

		float:left;

		position:relative;

		padding:0 0 0 0;

		overflow:hidden;

	}

	.center_contenu .registration {

		width:96%;				/* left column content width (left column width minus left and right padding) */

		left:2%;				/* (right column width) plus (left column left padding) */

	}

.dernier_inscrit_titre{

font-size:17px;

font-weight:bold;

text-align:center;

}
.div_membre_deconnect{
background:url(../images/bg_deconnect.png);
border:#CCCCCC outset 1px;
height:30px;
width:150px;
position:fixed;
bottom:0px;
right:0px;
text-align:center;
}
.div_membre_deconnect a{
cursor:pointer;
color:#336699;
}
#Categorie_site{
font-family:"Trebuchet MS";
  font-size:10px;
}
/* administration membre */

#button_submit_admin_membre{padding:2px 15px 3px 15px;border-style:solid;border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#D9DFEA;border-left-color:#D9DFEA;border-bottom-color:#0e1f5b;border-right-color:#0e1f5b;background-color:#3b5998;color:#FFFFFF;font-size:11px;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;text-align:center;}
#recuper_passwordsubmit{padding:2px 15px 3px 15px;border-style:solid;border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#D9DFEA;border-left-color:#D9DFEA;border-bottom-color:#0e1f5b;border-right-color:#0e1f5b;background-color:#3b5998;color:#FFFFFF;font-size:11px;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;text-align:center;}
#div_logo_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#logo_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_logo{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_logo_membre a:link,#div_logo_membre a:visited,#div_logo_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}
#div_photo_acceuil_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_acceuil_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_acceuil{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_acceuil_membre a:link,#div_photo_acceuil_membre a:visited,#div_photo_acceuil_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}

#div_photo_1_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_1_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_1{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_1_membre a:link,#div_photo_1_membre a:visited,#div_photo_1_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_2_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_2_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_2{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_2_membre a:link,#div_photo_2_membre a:visited,#div_photo_2_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_3_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_3_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_3{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_3_membre a:link,#div_photo_3_membre a:visited,#div_photo_3_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_4_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_4_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_4{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_4_membre a:link,#div_photo_4_membre a:visited,#div_photo_4_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_5_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_5_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_5{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_5_membre a:link,#div_photo_5_membre a:visited,#div_photo_5_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_6_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_6_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_6{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_6_membre a:link,#div_photo_6_membre a:visited,#div_photo_6_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}


#div_photo_7_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_7_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_7{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_7_membre a:link,#div_photo_7_membre a:visited,#div_photo_7_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}

#div_photo_8_membre{
padding:5px;
margin:5px;
border:1px #999999 solid;
width:85%;
background-color:#EFEFEF;
}
#photo_8_supprime{
height:100%;
padding-bottom:6px;
padding-left:6px;
top:0;
vertical-align:top;
}
#message_photo_8{
height:100%;
font-family:"Trebuchet MS";
font-size:12px;
color:#CC3300;
}
#div_photo_8_membre a:link,#div_photo_8_membre a:visited,#div_photo_8_membre a:hover{
color:#003399;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
cursor:pointer;
}
.admin_aide{
padding-left:11px;
padding-top:3px;
}

.confirmation_modif_site{
color:#A40B16;
padding-bottom:15px;
font-weight:bold;
text-align:center;
}
.banniere_site{
padding:2px 2px 2px 2px;
border:1px dotted #666666;
background-color:#EEEEEE;
text-align:center;
margin-top:20px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
}
.onload_transaction_login{
background-image:url(../images/27-0.gif);
background-position:center;
width:49px;
height:50px;
position:absolute;
margin-left:40%;
}
.onload_transaction_search{
background-image:url(../images/9-0.gif);
background-position:center;
width:126px;
height:22px;
position:absolute;
margin-top:50%;
margin-left:50%;
}

#contenu_menu{
padding-top:5px;
}
.onload_transaction{
	background-image:url(../images/9-0.gif);
	background-position:center;
	
	width:208px;
	height:26px;
	position:relative;
	background-repeat:no-repeat;
	margin-left:35%;
}
.google-adscence-728-90{
width:100%;
text-align:center;
margin-top:5px;
}