/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #F7A068;/*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;
	font-size: 11px;
	color: #000000;
}
.logo{ text-align:left; padding:10px 0px 10px 0px; font-size:9px; color:#CCCCCC; font-style:italic; }
.nav{ vertical-align:top;background-color:#CDCDCD; width:120px; padding:10px 10px 10px 0px; text-align:right; }
.navOff{ font-size:12px; text-decoration:none; color:#333333;}
.navOff:hover{ color:#FFFFFF}
.navOn{ font-size:12px; text-decoration:none; color:#ffffff;}
.txt{ width:280px; font-size:12px; vertical-align:top; padding:10px 10px 0px 10px; }
#tar2{width:370px;}
.tof{ width:590px; height:322px; text-align:center; background-color:#F7A068;}
#tar{width:500px;}
.tablo{ background-color:#FAC5A0}
.interface{ color:#333333; font-weight:bold; text-decoration:none;}
/*----------------------------------------------------------------
						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: #666666;
	color: #000000; font-weight: normal; font-size: 11px; text-decoration:none;
}
#mentions a:link, #mentions a:visited {
	color: #666666; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #000000; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.adresse { padding:10px 0px 10px 0px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none; text-align:center;
}
#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;
}