/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #F4D9A4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	#carte{background-color:#e6a82c;}

.tablo{ background-color:#e6a82c;}
.nav{ text-align:right; vertical-align:top;}
.navOn{ color:#C41747; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; text-decoration:none;}
.navOn:hover{ color:#ffffff;}
.navOff{ color:#ffffff;font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; text-decoration:none;}
.txt{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color:#5A3D1C; vertical-align:top; padding:10px 0px 0px 10px;}
/*----------------------------------------------------------------
						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;
	background-color: #e6a82c;
}

#detectcontent {
	text-align: center;
}
.detect {color: #563715; font-weight: bold; font-size: 10px; text-decoration:none; }	


/*----------------------------------------------------------------
						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: #563715; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #563715; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#adresse { 
	color: #563715;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:link, #adresse a:visited {
	color: #563715;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
