html,body{margin:0;padding:0; background : #DDDDDD url(../img/Logo6SiteParent_low.jpg) no-repeat center top;}
body{font: 85%/1.3 Verdana,Arial,sans-serif;
    text-align: center;padding-bottom:20px}
p{margin-top:0}
h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif; }
h2{font-size:160%}
h3{font-size:120%}
a{color:#4B4B4B}
a:hover{color:#4B4B4B}

img {border-width: 0; border-style: none;}

div#header{width:100%;overflow:hidden;padding-top:211px;}
div#header h1,div#menu{width:770px;margin:0 auto;text-align:left}
div#header h1,h2{padding: 30px 0 10px;color: #FFF}
div#header img{border: 0}

div#nouveau {text-align:center; color : #C00000}
div.titre {background: #DDDDDD; color : #808080; font-size:100%}
div.soustitre {background: #DDDDDD; color : #808080}
div#titNouveau {color : #C00000; float :left}
.caseDesc {background: #dfdfdf; color : #808080;}
.bordureTitre {BORDER=0; width=100%}
.caseTitre {text-align:center;}
.caseTitreTarifs {background: #e0e0e0; color : #404040;text-align:center;}
.caseTarifsTHS {background: #e06060; color : #404040;text-align:center;}
.caseTarifsHS {background: #ffa060; color : #404040;text-align:center;}
.caseTarifsMS {background: #ffffc0; color : #404040;text-align:center;}
.caseTarifsBS {background: #80e0a0; color : #404040;text-align:center;}
img#etoiles {height:27px; width:28px;}
div#logo {margin-top:5px; margin-bottom: 10px ;}
div#mapGdeEchelle {float:bottom; margin-left: 10px; margin-bottom: 5px ;}
div#mapPetiteEchelle {float:right; margin-left: 10px; margin-bottom: 5px ;}
div#copyright {display:none;}
div#drapeau {float:right;margin: 9px 1px 0px 2px}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:right;font-size: 80%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
/* image degrader vert : background-image : url(../img/bg_bartop.png); replacer par background : #969696 à la ligne du dessous
pour avoir du gris puis par background-image : url(../img/bg_bartop_gris.png); */
ul#nav a{float:left;width: 103px;padding: 3px 0; background-image : url(../img/bg_bartop_gris.png); text-decoration:none;color: #FFFFFF}
ul#nav a:hover{background-image : url(../img/bg_bartop_gris.png);color: #4B4B4B}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #969696}

div#container{width:770px;margin:0 auto 10px;padding:20px 0 10px 0;text-align:left;background:#FFF}
div#content{width:645px;margin:0 20px 10px 60px; text-align:justify; color : #969696}
div#content h1,h2{color:#646464; text-align:center;}
div#content h3{margin:0 ;color:#286125;}
div#content h4{margin:0 ;color:#CCCCFF; text-align:center;}

div#formulaire_contact {padding:30px;}

.message{color:#FF0000;}

.soutiens img {height:100px; width:200px;}
div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}

div.comments div{background: #EEE;margin-bottom:10px}
div.comments p{padding: 10px;margin:0}
div.comments div.odd{background:#DAE6FE}

div#footer{clear:both;width:750px;margin:0 10px 0;padding: 3px 0;
    background-image : url(../img/bg_bartop_gris.png);color: #FFF;text-align:center;font-size:80%}
div#footer p{margin:0}
div#footer a{color:#FFF}
div#footer a:hover{color:#FFF}




/* @group Galerie */
#galerie {
	height: 118px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	background-color: #dfdfdf;
	border: 1px solid #c5c5c5;
	padding: 10px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	width: auto;
	position: relative;
}

.scrollgalerie {
	overflow: hidden;
}

#galerie ul {
	margin: 0;
	padding: 0;
}

#galerie li {
	float: left;
	display: block;
	width: 144px;
	height: 102px;
	margin-right:20px;
	list-style-type: none;
}

#galerie .next, #galerie .prev {
	
}

#galerie .img_zoom {
	border: 1px solid gray;
	display: block;
}

#galerie .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	padding-left: 0;
	padding: 0;
	margin: 0 4px 0 0;
}

#galerie .suivant, #galerie .precedent {
	position: absolute;
	display: block;
	bottom: 10px;
	color: gray;
	width: 76px;
	height: 11px;
	border: 1px solid silver;
	background-color: white;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	line-height: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	right: 30px;

}

#galerie .precedent {
	left: 30px;
}


