html,body {
	padding:0;
	margin:0;
	text-align: center;
}

body *{padding:0px;margin:0px;color:black;}

body {
	background-color: black;
	font-family:sans-serif,Verdana, Arial, Helvetica;
	font-size: 0.7em;
}

#entete {
	width:776px;
	margin:auto;
	padding:0;
	line-height:0em;
	color:white;
	background-color:#86c3ef;
}

#entete * {overflow:hidden;}

#centrale {
	width:776px;
	margin:auto;
	background-color: #86c3ef;
	overflow:auto
	}

#col_gauche {
	float:left;
	height:100%;
	width:155px;
}

#corps {
	float:left;
	text-align: justify;
	margin-left:5px;
	width:616px;
}



#menu {
	padding:0;
	list-style:none;
	line-height:1.5em;
	margin:20px 0 0 0;
	float:left;
}

#menu LI {
	float:left;
	width:100%;
}

#menu A {
	text-decoration: none;
	text-align: center;
	display:block;
	color:#C34B16;
	font-weight:bold;
	font-size: 1.5em;
	background-color:#86c3ef;
	margin:0;
	padding:0.25em 0 0.4em 0;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid gray;
}

#menu A:hover,#menu A:active,#menu LI.here A {background-color:#C34B16;border-bottom:1px solid #C34B16; color:white}
#menu LI.here A:link, #menu LI.here A:visited {z-index:102;}

.tarif, .tarif-libelle, .tarif-valeur  {	
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid gray;
	padding:0.25em 1em 0.25em 1em;
	width:155px;
	font-weight:bold;
	font-size: 1.5em;
	text-align: center;
	}

.tarif-libelle {margin:0 0 0 155px;float:left;width:200px}
.tarif-valeur { float:left;color:#C34B16;width:170px}

#telephone {
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid gray;
	width:100%;
	font-weight:bold;
	font-size: 1.5em;
	background-color:#C34B16;
	color:white;
	float:left;
	text-align:center;
}

#picasa {margin:10px 0 100px 0;width:99%;height:500px;padding:0;float:left}
