/* CSS Document */

BODY {
	background-color:#E2E2E2;
	margin-left:0px; 
	margin-top:0px;  
}

TD {
	background-color:#FFFFFF; 
}

DIV {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height:24px; 
}
.adresse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#854565;
	letter-spacing:3px;
	font-weight: bolder;
	text-decoration:none; 
}
.mentions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999; 
	text-decoration:none; 
	background-color:#E2E2E2; 	
	text-align:right; 
}
.mentions:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none; 
	background-color:#E2E2E2;
	text-align:right; 
}
.image {
	position: fixe;	
}
.fleurs {
	background-attachment: fixed;
	background-image: url(../img/fleurs.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	width:180px;
	padding-left:20px;
 
}
.tarif {
	color:#854565; 
	font-weight:bold; 
}
.lien {
	color:#000000; 
	text-decoration:none; 
}
.lien:hover {
	color:#000000; 
	text-decoration:none;
	font-style:italic;  
}