html, body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS";
	font-size:85%;
	line-height:150%;
	background:#363636;
}

/* Mise en forme texte */
h1{
	font-size:1.9em;
	line-height: 1em;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	
}
h2, h3, h4, h5, h6{
	margin-bottom:1em;
}
h2{
	font-size:1.8em;
	color:#FFFFFF;
	font-weight:lighter;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.1em;
}
h6{
	font-size:1em;
}
p{
	margin-bottom:1.25em;
}
a, a:hover, a:active, a:visited{
	color:#FFFFFF;
}
a{
	text-decoration:none;
	outline: none;
}
:focus{
	-moz-outline-style: none;
	color: #868239;
}
a:hover{
	text-decoration:underline;
	color: #868239;
}
a img{
	border: 0;
}
ul, ol{
	margin:0 0 1.25em 3em;
}
ul{
}
ul li{
	list-style:disc;
}
ol{
	list-style-type:decimal;
}
dl{
	margin:0 0 1.25em 0;
}
dt{
	font-weight:bold;
}
dd{
	font-style:italic;
}
blockquote{
	margin:0 0 1.25em 3em;
	font-style:italic;
}
table{
}
tr{
	margin:5px;
}
td{
	padding:10px;
}


/* FORMULAIRES */
form ul{
	list-style-type:none;
}
form ul li{
	margin-bottom:5px;
}
label{
	
}
input, select, textarea{
	
}
input.short{
	
}
input[type="submit"] {
	
}
input[type="submit"]:hover{
	
}
hr{
	color:#262626;
	background:#262626;
	border:#262626 solid 0px;
	height:1px;
	margin-top:1em;
	margin-bottom:2em;
}






/* POSITIONS */
#conteneur{
	width:900px;
	margin:0 auto;
}
#header{
	width:900px;
	margin-top:20px;
}
#logo{
	width:900px;
}
#logo_into{
	width:369px;
	height:90px;
	margin:0 auto;
	
}

#texte_accueil {
	width:369px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}



div#nav_conteneur{
	width:900px;
	height:270px;
	margin-top:20px;
	position:relative;
}

div#nav_image {
	position:absolute;
	width:900px;
	height:270px;
}

/* NAVIGATION */
div#navigation {
	width:900px;
	height:26px;
	position:absolute;
	top:220px;
}
		/* LEVEL ONE */
						ul.nav { 
							list-style:none;
							position: relative; 
							z-index:100; 
							font-size:1em;
							padding:0;
							margin:0;
							
						}
						ul.nav li {
							background:none;
							font-weight: bold; 
							float: left;
							list-style:none; 
							margin:0;
							padding:0;
							zoom: 1;
						}
						ul.nav a:hover {
							color: black;
						}
						ul.nav a:active {
							color: #ffa500;
						}
						ul.nav li a { 
							color: white; 
							display: block; 
							font-weight:normal;
							padding: 5px 30px 6px 10px; 
							text-decoration:none;
						}
						ul.nav li a.current {
							color: #868239;
						}
						
						ul.nav li:last-child a { 
							border-right: none;
						} /* Doesn't work in IE */
						ul.nav li.hover,ul.nav li:hover { 
							background:#464646;
							color: #fff; 
							position: relative;
						}
						ul.nav li.hover a { 
							color: #fff;
						}
			
			/* 2E NIVEAU */

					ul.nav li ul.ssmenu2 {
						background:#f5f6f6;
						width:220px;
						position:absolute;
						margin:30px 0px 0px 0px;
						top:0px;
						display:none;
						border:4px solid #464646;
					}
					
					ul.nav li ul.ssmenu2 li {
						padding:0;
						margin:0;
						height:auto;
					}
					ul.nav li ul.ssmenu2 li a {
						border:none;
						border-bottom:1px solid #464646;
						display:block;
						color:#000;
						font-size:12px;
						padding:8px 10px 8px 15px;
						margin:0;
						width:195px;
						font-weight:normal;
					}
					
					/* 2ème niveau : état over */
					ul.nav li ul.ssmenu2 li a:hover{
						color:#fff;
						font-size:12px;
						background:#464646;
					}
					
					ul.nav ul ul{
						top:auto;
					}	
					ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, ul.nav li:hover ul ul ul ul{
						display:none;
					}
					ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, ul.nav li li li li:hover ul{
						display:block;
					}
					
					
			
			/* LEVEL THREE */
						ul.nav ul ul { 
							left: 179px; 
							top: -4px;
							position: absolute; 
							text-align: left;
							visibility: hidden; 
							width: 220px; 
						}
						
						

						ul.nav li:hover > ul { 
							visibility: visible;
						}
  






/* CONTENU */
#contenu{
	color:#FFFFFF;
	width:900px;
	margin:0 auto;
}
#contenu_gauche{
	float:left;
	width:500px;
	padding:20px 0;
	color:#FFFFFF;
}
#contenu_gauche h2{
	color:#868239;
}

div#contenu_texte{
	margin: 0 0 60px 0;
}

#contenu_droite{
	float:right;
	margin-bottom: 20px;
	width:360px;
}

div.encadre{
	background:#262626;
	padding: 10px;
	margin-top:20px;
}
div.encadre h2{
	color:#868239;
}

div#news{
	width:480px;
}



/* ACTUS, AGENDA */

#actus ul, #agenda ul{
	margin:10px 0 0 20px;
}
#actus, #agenda{
	width:500px;
	margin:10px 0;
}
#actus h2, #agenda h2{
	margin:0 0 30px 0;
	padding:10px 0 0 10px;
	color:#868239;
}








#titre{
	margin-bottom:40px;
}
#titre h1{
	color:#868239;
}
#titre h1 a img.rss{
	margin-left:5px;
}
#liens .bloc {
	width: 590px;
}
#liens .lien, #liens .description  {
	float:left;
	margin-left:20px;
}
#liens .bloc img {
	float:left;
	width:95px;
}
#liens hr {
	margin-top:1em;
	margin-bottom:1em;
}


/* GALERIES */
#galeries{
	padding:30px 0px 30px 30px;
	background:#262626;
}

#galeries_into {
	position:relative;
}

.gallery_vignette_ssTitre{
	float:left;
	padding:0px 20px 0px 0px;
}

.gallery_vignette_ssTitre img{
	border:3px solid #666666;
}
.gallery_vignette{
	width:140px;
	height:100px;
}
.gallery_vignette_ssTitre{
	width:140px;
	height:100px;
}
.gallery_vignette a img{
	display:block;
	margin: auto;
}
.gallery_vignette a img{
	margin-bottom:5px;
}
.gallery_vignette a, .gallery_vignette a:active, .gallery_vignette a:hover, .gallery_vignette a:visited{
	color:#FFFFFF;
}





/* formulaire de contact */
div#formulairecontact{
	background: #262626;
	padding: 20px
}
div#formulairecontact form#formcontact{
}
div#formulairecontact form#formcontact ul{
	margin: 0;
}
div#formulairecontact form#formcontact p{
	list-style: none;
	margin:0 0 15px 0;
}
div#formulairecontact form#formcontact label{
	display: block;
	float:left;
	width: 100px;
}
div#formulairecontact form#formcontact input.champSubmit{
	border: 3px solid #666666;
	margin: 0 0 0 100px;
	width: 100px;
	cursor:pointer;
}
div#formulairecontact form#formcontact input.champTxt{
	border: 3px solid #666666;
	width:350px;
}
div#formulairecontact form#formcontact textarea{
	border: 3px solid #666666;
	width:350px;
}





/* livre d'or */
div.addcomment{
}
div.addcomment h3{
	color: #868239;
}
div.addcomment form{
}
div.addcomment form ul{
}
div.addcomment form ul li{
	margin:0 0 15px 0;
}
div.addcomment form ul li label{
	width:120px;
	display: block;
	float:left;
}
div.addcomment form ul li input[type=text]{
	border: 3px solid #666666;
	width: 340px;
}
div.addcomment form ul li input[type=submit]{
	border: 3px solid #666666;
	margin: 0 0 0 120px;
	width:100px;
}
div.addcomment form ul li textarea{
	border: 3px solid #666666;
	width: 340px;
}











/* COMMENTAIRES */
.addcomment{
	padding:15px;
	background:#262626;
	margin-bottom:20px;
}
.addcomment ul{
	margin-left:0px;
}
.addcomment ul li{
	list-style:none;
}




/* FOOTER */
#footer{
	clear:both;
	width:900px;
	height:53px;
	margin:40px auto 0px auto;
	background: url(../images/site/footer.jpg);
	
}
#footer_bas {
	text-align:center;
	color:#FFFFFF;
}
#footer_space {
	height:60px;
}
#footer a{
	color:#FFFFFF;
}
.clear{
	clear:both;
	background:#FFFFFF;
}


/* VIDEO */
.dew_player{
	margin:5px 0px 15px 0px;
}
.dew_player h3{
	margin-bottom:3px;
}
#flashcontent{
	float:left;
	margin-right:20px;
}
.blocs{
}
.notshow{
	display:none;
	visibility:hidden;
}


/* formulaire : vérification */
.required {
		background:#faefed;
	}
	
.block { display: block; }

div#formulairecontact form#formcontact label.error { 
	color:#868239; 
	display:block; 
	float:none; 
	font-weight:normal;
	padding:5px 0px 0px 100px; 
	white-space:nowrap;
 }	

div#formokcontact {
	padding:0;
}

.motconfirm {
	color:#868239;
}

