/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(galerie.css);


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color:#FFF;
 background:#141410 url(../img/bgfooter.png) repeat-x bottom;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #00f;
}

*{
	padding:0;
	margin:0;
	border:none;
	font-weight:normal;
 outline: none;
}

/* ------ MENU ACCORDEON ------ */

.acc_toggler {
 margin:0 0 2px;
 padding:0px;
 cursor: pointer;
 background:url(../img/catsep.png) no-repeat bottom;
 text-align:center;
} 

.acc_toggler a{
	color:#FFDA6F;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	width:183px;
	display:block;
	margin-bottom:2px;
	padding-bottom:10px;
}
	
.acc_toggler a:hover{
	background:url(../img/hover.png) no-repeat 0 3px;
	color:#FFF;
	
}
.acc_element h3 {
 margin: 0;
 padding: 0;
 text-align:center;
} 

.acc_element a{
	color:#B05C12;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}

.acc_element a:hover{
	color:#FFD872
}
/* ------ GALERIES ------ */

div.galeries {
}

div.galerie {
 display: block;
 clear: both;
 margin: 10px 0 10px 0;
}

h2.galerie {
 background: #777 url('../img/bg-h2.jpg') top left repeat-x;
 color: #fff;
 font-size: 14px;
 padding: 3px 0 3px 8px;
}

div.photos {
 display: block;
}

div.photo {
 border: 1px solid #000;
 float: left;
 text-align: center;
 width: 123px;
 height: 92px;
 margin-left:17px;
 margin-top:10px;
}

img.photo {
 max-width: 123px;
 max-height: 92px;
}

div.photo div.photoName {
 padding: 6px 0;
}

/* ------ CONTACT ------ */

div.contact_frame {
	margin-bottom:50px;
}

div.contact_line {
 padding: 6px 20px 10px 6px;
 border-top: none;
}

div.contact_line div.contact_field_name {
 float: left;
 width: 150px;
 padding: 7px 0 0 0;
 font-weight: bold;
}

div.contact_line div.contact_field_value {
 margin-left: 160px;
}

span.contact_field_cross {
 color: #c00;
 font-weight: bold;
}

div.contact_line.highlight {
 
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 400px;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 5px;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#conteneur {
 background:url(../img/bgheader.png) repeat-x top;
 
}

#page {
 width: 1015px;
 margin: auto;
}

#header {
 background:url(../img/header.png) no-repeat;
 height:320px;
 width:808px;
 float:right;
 position:relative;
}

#body {
 margin:0;
 padding:0;
}

#body #wrapper {
	float:right;
	height:100%;
	margin-right:43px;
	margin-top:-40px;
	position:relative;
	width:745px;

}

#body #left {
 background:url(../img/bgleft.png) no-repeat top;
 float: left;
 min-height:340px;
 padding-left:15px;
 position:relative;
 width:192px;
 z-index:1;
 margin-bottom:120px;
}

#body .center {
 margin: 0px;
 width: 745px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 300px;
}

#arbo {
 padding: 5px 5px 3px 5px;
}
#arbo a	{
 color:#FFD872;
}

#footer {
  min-height: 142px;
  position:relative;
}

.menu{
	height:15px;
	margin:16px auto 50px;
	width:99px;
}
a#rec{
	display:block;
	background-image:url(../img/rec.png);
	float:left;
	height:15px;
	width:13px;
	margin-right:15px;
	}
a:hover#rec{
	background-image:url(../img/rechov.png);
	}
a#fav{
	display:block;
	background-image:url(../img/fav.png);
	float:left;
	height:15px;
	width:14px;
	margin-right:15px;
}
a:hover#fav{
	background-image:url(../img/favhov.png);
	}
a#plan{
	display:block;
	background-image:url(../img/plan.png);
	float:left;
	height:15px;
	width:14px;	
	margin-right:15px;
}
a:hover#plan{
	background-image:url(../img/planhov.png);
	}
	
a#rss{
	display:block;
	background-image:url(../img/rss.png);
	float:left;
	height:15px;
	width:13px;	
	

	}
a:hover#rss{
	background-image:url(../img/rsshov.png);
	}
	
a.logoleft{
	background:url(../img/logoleft.png) no-repeat;
	width:193px;
	height:63px;
	display:block;
}

.logo{
	background:url(../img/logo.png) no-repeat;
	width:224px;
	height:177px;
	display:block;
	left:215px;
	position:absolute;
	top:70px;
}

.center h2{
	background:url(../img/h2.png) no-repeat left;
	height:32px;
	padding-left:30px;
	padding-top:8px;
	color:#FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

.article_contenu{
	padding-right:108px;
	padding-top:5px;
	margin-bottom:30px;
}

.jaune{
	color:#FFDF6E;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#header ul{
	margin-left:182px;
	margin-top:15px;
}

#header li{
	list-style:none;
	display:inline;
}

#header a{
	color:#FFDF6C;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	margin-right:20px;
}

.topblok{
	background:url(../img/topblok.png) no-repeat;
	height:32px;
}

.blok{
	background:url(../img/blok.png) repeat-y;
}

.bottomblok{
	background:url(../img/bottomblok.png) no-repeat;
	height:33px;
	margin-bottom:8px;
}

.news{
	color:#FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	margin-top:-23px;
}

.id_text{
	background:url(../img/txt.png) repeat-x;
	color:#534D47;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:19px;
	padding-left:5px;
	padding-top:5px;
	width:170px;
	font-style:italic; 
}

.ok{
	background:url(../img/ok.png);
	color:#E7C5C2;
	cursor:pointer;
	font-size:13px;
	height:24px;
	margin-top:4px;
	padding-right:2px;
	width:26px;
}

.blocknews{
	background:url(../img/sepnews.png) no-repeat bottom;
	padding-bottom:13px;
	padding-left:9px;
}
	
	
.actu{
	background:url(../img/actubot.png) no-repeat bottom;
}
	  
.actu h2{
	background:url(../img/h2actu.png) no-repeat;
	height:41px;
}	 


.links{
	text-align:center;
	color:#F2DC8C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	width:600px;
	margin:auto;
	
}



.links a{
	color:#F2DC8C;
	font-size:12px;
	
}

.links a:hover{
	color:#C94C13;
	text-decoration:underline;
}

.links ul{
	margin-top:20px;
	margin-left:17px;
}

.links li{
	display:inline;
	list-style:none;
	font-size:12px;
	float:left;
}

.legal{
	float:left;
}

.bouton_suivant{
	border:#fff 1px solid;
	background:#999;
	padding:3px;
	float:right;
	margin-right:23px;
}


.sitemap{
	list-style:none;
	text-align:center;
	font-size:20px;
	font-family:"Times New Roman", Times, serif
}

.depth-1 a{
	color:#F1AC2C}

.depth-2 li{
	display:inline;
}

.depth-2 a{
	font-size:15px;
	color:#931A09;
}
ul.depth-1{
	border-bottom:solid 1px #C1A964;
	border-top:solid 1px #C1A964;
	margin:auto;
	width:60%;
	padding-bottom:5px;
	margin-bottom:5px;
}
li.depth-2{
	display:inline;
	margin-right:25px;
}


.eki{
	background:url(../img/eki.png);
	display:block;
	height:44px;
	left:441px;
	position:absolute;
	top:90px;
	width:120px;
}gn:center;
	font-size:20px;
	font-family:"Times New Roman", Times, serif
}

.depth-1 a{
	color:#F1AC2C}

.depth-2 li{
	display:inline;
}

.depth-2 a{
	font-size:15px;
	color:#931A09;
}
ul.depth-1{
	border-bottom:solid 1px #C1A964;
	border-top:solid 1px #C1A964;
	margin:auto;
	width:60%;
	padding-bottom:5px;
	margin-bottom:5px;
}
li.depth-2{
	display:inline;
	margin-right:25px;
}


.eki{
	background:url(../img/eki.png);
	display:block;
	height:44px;
	left:441px;
	position:absolute;
	top:90px;
	width:120px;
}/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(galerie.css);


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color:#FFF;
 background:#141410 url(../img/bgfooter.png) repeat-x bottom;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #00f;
}

*{
	padding:0;
	margin:0;
	border:none;
	font-weight:normal;
 outline: none;
}

/* ------ MENU ACCORDEON ------ */

.acc_toggler {
 margin:0 0 2px;
 padding:0px;
 cursor: pointer;
 background:url(../img/catsep.png) no-repeat bottom;
 text-align:center;
} 

.acc_toggler a{
	color:#FFDA6F;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	width:183px;
	display:block;
	margin-bottom:2px;
	padding-bottom:10px;
}
	
.acc_toggler a:hover{
	background:url(../img/hover.png) no-repeat 0 3px;
	color:#FFF;
	
}
.acc_element h3 {
 margin: 0;
 padding: 0;
 text-align:center;
} 

.acc_element a{
	color:#B05C12;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}

.acc_element a:hover{
	color:#FFD872
}
/* ------ GALERIES ------ */

div.galeries {
}

div.galerie {
 display: block;
 clear: both;
 margin: 10px 0 10px 0;
}

h2.galerie {
 background: #777 url('../img/bg-h2.jpg') top left repeat-x;
 color: #fff;
 font-size: 14px;
 padding: 3px 0 3px 8px;
}

div.photos {
 display: block;
}

div.photo {
 border: 1px solid #000;
 float: left;
 text-align: center;
 width: 123px;
 height: 92px;
 margin-left:17px;
 margin-top:10px;
}

img.photo {
 max-width: 123px;
 max-height: 92px;
}

div.photo div.photoName {
 padding: 6px 0;
}

/* ------ CONTACT ------ */

div.contact_frame {
	margin-bottom:50px;
}

div.contact_line {
 padding: 6px 20px 10px 6px;
 border-top: none;
}

div.contact_line div.contact_field_name {
 float: left;
 width: 150px;
 padding: 7px 0 0 0;
 font-weight: bold;
}

div.contact_line div.contact_field_value {
 margin-left: 160px;
}

span.contact_field_cross {
 color: #c00;
 font-weight: bold;
}

div.contact_line.highlight {
 
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 400px;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 5px;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#conteneur {
 background:url(../img/bgheader.png) repeat-x top;
 
}

#page {
 width: 1015px;
 margin: auto;
}

#header {
 background:url(../img/header.png) no-repeat;
 height:320px;
 width:808px;
 float:right;
 position:relative;
}

#body {
 margin:0;
 padding:0;
}

#body #wrapper {
	float:right;
	height:100%;
	margin-right:43px;
	margin-top:-40px;
	position:relative;
	width:745px;

}

#body #left {
 background:url(../img/bgleft.png) no-repeat top;
 float: left;
 min-height:340px;
 padding-left:15px;
 position:relative;
 width:192px;
 z-index:1;
 margin-bottom:120px;
}

#body .center {
 margin: 0px;
 width: 745px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 300px;
}

#arbo {
 padding: 5px 5px 3px 5px;
}
#arbo a	{color:#B05C12;}
#arbo a:hover	{color:#FFD872;}

#footer {
  min-height: 142px;
  position:relative;
}

.menu{
	height:15px;
	margin:16px auto 50px;
	width:99px;
}
a#rec{
	display:block;
	background-image:url(../img/rec.png);
	float:left;
	height:15px;
	width:13px;
	margin-right:15px;
	}
a:hover#rec{
	background-image:url(../img/rechov.png);
	}
a#fav{
	display:block;
	background-image:url(../img/fav.png);
	float:left;
	height:15px;
	width:14px;
	margin-right:15px;
}
a:hover#fav{
	background-image:url(../img/favhov.png);
	}
a#plan{
	display:block;
	background-image:url(../img/plan.png);
	float:left;
	height:15px;
	width:14px;	
	margin-right:15px;
}
a:hover#plan{
	background-image:url(../img/planhov.png);
	}
	
a#rss{
	display:block;
	background-image:url(../img/rss.png);
	float:left;
	height:15px;
	width:13px;	
	

	}
a:hover#rss{
	background-image:url(../img/rsshov.png);
	}
	
a.logoleft{
	background:url(../img/logoleft.png) no-repeat;
	width:193px;
	height:63px;
	display:block;
}

.logo{
	background:url(../img/logo.png) no-repeat;
	width:224px;
	height:177px;
	display:block;
	left:215px;
	position:absolute;
	top:70px;
}

.center h2{
	background:url(../img/h2.png) no-repeat left;
	height:32px;
	padding-left:30px;
	padding-top:8px;
	color:#FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}

.article_contenu{
	padding-right:108px;
	padding-top:5px;
	margin-bottom:30px;
}

.jaune{
	color:#FFDF6E;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#header ul{
	margin-left:182px;
	margin-top:15px;
}

#header li{
	list-style:none;
	display:inline;
}

#header a{
	color:#FFDF6C;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	margin-right:20px;
}

.topblok{
	background:url(../img/topblok.png) no-repeat;
	height:32px;
}

.blok{
	background:url(../img/blok.png) repeat-y;
}

.bottomblok{
	background:url(../img/bottomblok.png) no-repeat;
	height:33px;
	margin-bottom:8px;
}

.news{
	color:#FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	margin-top:-23px;
}

.id_text{
	background:url(../img/txt.png) repeat-x;
	color:#534D47;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:19px;
	padding-left:5px;
	padding-top:5px;
	width:170px;
	font-style:italic; 
}

.ok{
	background:url(../img/ok.png);
	color:#E7C5C2;
	cursor:pointer;
	font-size:13px;
	height:24px;
	margin-top:4px;
	padding-right:2px;
	width:26px;
}

.blocknews{
	background:url(../img/sepnews.png) no-repeat bottom;
	padding-bottom:13px;
	padding-left:9px;
}
	
	
.actu{
	background:url(../img/actubot.png) no-repeat bottom;
}
	  
.actu h2{
	background:url(../img/h2actu.png) no-repeat;
	height:41px;
}	 


.links{
	text-align:center;
	color:#F2DC8C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
	width:600px;
	margin:auto;
	
}



.links a{
	color:#F2DC8C;
	font-size:12px;
	
}

.links a:hover{
	color:#C94C13;
	text-decoration:underline;
}

.links ul{
	margin-top:20px;
	margin-left:17px;
}

.links li{
	display:inline;
	list-style:none;
	font-size:12px;
	float:left;
	padding:0 4px
}

.legal{
	float:left;
}

.bouton_suivant{
	border:#fff 1px solid;
	background:#999;
	padding:3px;
	float:right;
	margin-right:23px;
}


.sitemap{
	list-style:none;
	text-align:center;
	font-size:20px;
	font-family:"Times New Roman", Times, serif
}

.depth-1 a{
	color:#F1AC2C}

.depth-2 li{
	display:inline;
}

.depth-2 a{
	font-size:15px;
	color:#931A09;
}
ul.depth-1{
	border-bottom:solid 1px #C1A964;
	border-top:solid 1px #C1A964;
	margin:auto;
	width:60%;
	padding-bottom:5px;
	margin-bottom:5px;
}
li.depth-2{
	display:inline;
	margin-right:25px;
}


.eki{
	background:url(../img/eki.png);
	display:block;
	height:44px;
	left:441px;
	position:absolute;
	top:90px;
	width:120px;
}

#horaires{
width:192px;
background:url(../img/bg-horaire.png) bottom center no-repeat;
min-height:50px;
text-align:center;
padding:0 0 5px;
margin-top:15px
}

#horaires p{
margin:5px 0
}