/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#B1D8D8;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
#page {
	width:780px;
	margin:auto;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background-color:#ffffff;
}
#haut{
	height:160px;
	background-image:url(lav.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#logo {
	margin-left:auto;
	margin-right:auto;
	width:635px;
	text-align:center;
}
#logo H1{
	color:#ffffff;
	text-shadow:#000000;
	display:inline;
	margin-left:10px;
}
#gauche {
	float:left;
	width:129px;
	height:1000px;
	background-image:url(../images/bg/eau.jpg);
	background-position:left top;
	background-repeat:repeat-y; 
	padding:5px 5px 0 5px;
	/*border-right:1px solid black;
	border-bottom:1px solid black;*/
}
#gauche ul {
	margin:0;
}
#gauche li {
	list-style:none;
	margin-bottom:3px;
	border-bottom:1px #000000 dotted;
	background-color:#6699CC;
	padding-left:3px;
	padding-right:3px;
}
#gauche a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;

}
#gauche li:hover {
	background-color:#0099FF;	
}
#gauche a:hover {
	color:#000000;
}

#contenu {
	float:left;
	padding:10px 10px 10px 10px;
	text-align:justify;
	background-image:url(soleil.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:#cccccc 1px dotted;
width:620px;
}
#contenu H1 {
	color:#003399;
	border-bottom:1px #cccccc dotted;
}
.img {
	/*padding:10px;*/
	border:10px solid #6699CC;
}
#menuBas{
	clear:left;
	text-align:center;
	width:600px;
	margin:auto;
	border-top:1px dotted #333333;
	margin-top:20px;
}
#menuBas ul{
	margin:0;
}
#menuBas li{
	display:inline;
	margin-right:10px;
	border-right:1px dotted #666666;
}
#titrePage {
	text-align:left;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
}
#titrePage h1{
	color:#CCCCCC;
	font-size:24px;
	font-style:italic;
}
.tarif th{
	text-align:center;
	font-weight:bold;
	background-color:#FFCC33;
	color:#000000;
	border-bottom:#000000 1px dotted;
	border-right:#000000 1px dotted;
}
.tarif td{
	border-bottom:#000000 1px dotted;
	border-right:#000000 1px dotted;
}
