/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	/*background-color: #B52C0A;couleur de fond de la page*/
	background-color: #B52C0A;/*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: #FFFFFF;
}

/*----------------------------------------------------------------
						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: #ffffff; font-weight: bold; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #333333; font-weight: bold; font-size: 10px; text-decoration:none; }
.detect a:hover {color: #333333; font-weight: bold; font-size: 10px; text-decoration:underline; }
 

/*----------------------------------------------------------------
						Mentions légales
------------------------------------------------------------------*/

#conteneur {
	width: 540px;
}

#mentions {
	width: 520px;
	margin: 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;
	margin-bottom: 10px;
	text-align: center;
}

#adresse { 
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:link, #adresse a:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
.form{color:#7E2929; font-weight: bold; font-size: 10px; text-decoration:none;} 
.form2{color:#EEF0B5; font-weight: bold; font-size: 10px; text-decoration:none;} 
.form3{color:#ffffff; font-weight: bold; font-size: 10px; text-decoration:none;} 
a.form3{color:#ffffff; font-weight: bold; font-size: 10px; text-decoration:underline;} 
.michelinNav{ color:#FFFFFF; font-size: 12px; text-decoration:none;}
.michelinNav:hover{ text-decoration:underline;}
.tetiere{ font-size:9px; padding:0px 0px 0px 20px; color:#CCCCCC;}
.nav{ color:#000000; font-size:10px; padding:5px 0px 5px 0px; text-align:right;}
.navOff{ color: #999999; text-decoration:none; font-size:13px;}
.navOff:hover{ color:#ffffff; text-decoration:none; font-size:13px;}
.navOn{ color:#ffffff; text-decoration:none; font-size:13px;}
.txt{ font-size:12px; color:#FFFFFF; padding:20px 10px 0px 10px; text-align:right; vertical-align:top; background-image:url(../img/fondtexte.jpg);}
.tarifs{ font-size:12px; color:#FFFFFF; padding:20px 5px 0px 10px; text-align:left; vertical-align:top; background-image:url(../img/fondtexte.jpg);}
.filet{ background-color:#cccccc;}