/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #E1D9CF;/*couleur de fond de la page*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------
						Css génériques
------------------------------------------------------------------*/
.texteagauche { text-align:left; }
.texteadroite { text-align:right; }
.texteaumilieu { text-align:center; }
.floatagauche { float:left; }
.floatadroite { float:right; }
.stopfloat { clear:both; }


/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	text-align: center;
}

#detectcontent {
	text-align: center;
}
.detect {color: #666666; font-weight: bold; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #000000; font-weight: bold; font-size: 10px; text-decoration:none; }
.detect a:hover {color: #666666; font-weight: bold; font-size: 10px; text-decoration:underline; }
 

/*----------------------------------------------------------------
						Mentions légales
------------------------------------------------------------------*/
#mentions {
	width: 520px;
	margin-top: 10px;
	padding: 15px;
	text-align: justify;
	border-style: solid; border-width: 1px; border-color: #FFFFFF;
	color: #000000; font-weight: normal; font-size: 11px; text-decoration:none;
	background-color: #FFFFFF;
}
#mentions a:link, #mentions a:visited {
	color: #005B88; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #005B88; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#adresse { 
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	}
#adresse a:link, #adresse a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
a{ color:#333333; text-decoration:none;}
a:hover{ color:#000000; text-decoration:none;}
.tablo{ background-color:#6B5943;}
.coulpage{ background-color:#E1D9CF;}
.nav{ text-align:center; line-height:30px; font-size:13px;}
.navOff{ color:#000000; background-color:#91ADC6; text-decoration:underline;padding:1px 4px 1px 4px;}
.navOff:hover{ color:#ffffff; background-color:#584937;text-decoration:underline;}
.navOn{ color:#ffffff; background-color:#584937;text-decoration:none;padding:1px 4px 1px 4px;}
.txt{ text-align:right; vertical-align: top; font-size:12px; padding:10px 10px 0px 10px;}
.txt2{ vertical-align: top; font-size:9px; padding:5px 0px 5px 10px;}
.baseline{ text-align:justify; vertical-align: top; font-size:9px; color: #999999;padding:5px 5px 0px 0px;}
.tof {vertical-align:top;}
.adresse{ text-align:right; font-size:10px;vertical-align: top;padding:5px 5px 5px 0px;}
.lien1{ color:#333333; text-decoration:none;}
.lien1:hover{ color:#000000; text-decoration:none;}
.lien2{ color:#333333; text-decoration:none;}
.titre { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:bold; color:#253046; font-style:italic}