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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
background:url(../img/bodyrepeat.jpg) repeat-x #a8dd55;
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #0f3783;
}

*:focus {
 outline: none;
 }
 
/* ------ MENU------ */

.menu{
height:21px;
left:175px;
position:absolute;
top:297px;
width:392px;
}
.menu a{
background:url("../img/menua.png") no-repeat scroll left center transparent;
color:#0e3682;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:18px;
padding-left:23px;
padding-top:2px;
width:98px;
font-weight:bold;
  }
.menu a:hover{
color:#FFFFFF;
background:url("../img/hover.png") no-repeat scroll 0 0 transparent;

}

.conta{
float:left;
height:20px;
width:3px;
}



/* ------ MENU TOP ------ */
.menutop{
background:url("../img/bgmenutop.jpg") no-repeat scroll 0 0 transparent;
height:40px;
margin:0;
padding-left:9px;
padding-top:8px;
position:absolute;
right:47px;
top:0;
width:78px;
}
.menutop a{
margin-right:3px;
float:left;
}

a#fav{
	background:url(../img/bgfav.png) no-repeat;
	width:15px;
	height:15px;
	display:block;
		}
a:hover#fav{
	background:url(../img/favhov.png) no-repeat;
}
a#rec{
	background:url(../img/bgrec.png) no-repeat;
	width:15px;
	height:15px;
	display:block;
	}
a:hover#rec{
	background:url(../img/rechov.png) no-repeat;
}
a#icohome{
	background:url(../img/bghome.png) no-repeat;
	width:15px;
	height:15px;
	display:block;
	}
a:hover#icohome{
	background:url(../img/homehov.png) no-repeat;
}
a#icoplan{
	background:url(../img/bgplan.png) no-repeat;
	width:15px;
	height:15px;
	display:block;
	}
a:hover#icoplan{
	background:url(../img/planhov.png) no-repeat;
}

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

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 
.acc_toggler a{
background:url("../img/acctoggle.jpg") no-repeat scroll 0 0 transparent;
color:#000814;
display:block;
font-size:12px;
height:23px;
margin-left:13px;
padding-left:15px;
padding-top:10px;
width:154px;
}
.acc_toggler a:hover{
background:url(../img/acctogglehover.jpg) no-repeat;
color:#0f3783;
}

.acc_element h3 {
 margin: 0;
 padding: 0;
} 

.acc_element a{
background:none repeat scroll 0 0 #C7EE89;
color:#2D410F;
display:block;
font-size:11px;
margin-left:17px;
margin-right:30px;
padding-left:5px;
padding-top:4px;
}

.acc_element a:hover{
text-decoration:underline;
}

/* ------ GALERIES ------ */

div.galeries {
}

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

h2.galerie {
 font-size: 16px;
}

div.photos {
 display: block;
}

div.photo {
float:left;
height:120px;
margin:0 36px 0 0;
padding:6px 2px;
text-align:center;
width:96px;
}

img.photo {
 border: 2px solid #014173;
 max-width: 96px;
 max-height: 120px;
}

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

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

div.contact_frame {
 
}

div.contact_line {
 padding: 6px 6px 10px 6px;

 border-top: none;
}

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

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

span.contact_field_cross {
 color: #c00;
 
}

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 {
 
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
  margin: 4px 0 0 0;
  -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: #;
 color: #000;
 font-size: 15px;
}

div.block {

}

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

#conteneur {
 background: url(../img/top.jpg) no-repeat top center;
}

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

#header {
 position:relative;
 min-height: 436px;
}
.logo{
height:80px;
left:53px;
position:absolute;
top:29px;
width:530px;
}

#body {
background:url(../img/bodybg.jpg) repeat-y;
}

#body #wrapper {
float:right;
height:100%;
width:763px;
}

#body #left {
 background: #;
 width: 200px;
 float: left;
 min-height: 300px;
}

#body #right {
float:right;
min-height:300px;
width:185px;
}

#body .center {
color:#2E420F;
float:left;
margin-right:41px;
min-height:300px;
width:536px;
}

.article_contenu{
margin-left:11px;
margin-top:-6px;
}

.center h2{
color:#2e420f;
font-weight:bold;
font-size:16px;
}

#arbo {
 padding: 5px 5px 3px 5px;
 background: #;
}

#footer {
background:url("../img/footer.jpg") no-repeat scroll 0 0 transparent;
min-height:279px;
}


/* ------ STRUCTURE BUTTON DE FORM ------ */

.envoi_rec{
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #6b9429;
border:medium none;
color:#FFFFFF;
cursor:pointer;
height:26px;
margin-right:71px;
text-align:center;
width:154px;
}

.envoi_contact{
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #6b9429;
border:medium none;
color:#FFFFFF;
cursor:pointer;
height:26px;
margin-right:33px;
text-align:center;
width:154px;
margin-bottom:30px;
}

.bouton_suivant{
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #6b9429;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
float:right;
height:22px;
margin-right:94px;
margin-top:10px;
padding-top:4px;
text-align:center;
width:99px;
}

.msg_erreur{
color:#990000;
font-style:italic;
}

/* ------ STRUCTURE DE BLOCK ACTUALITE ------ */

#actualites {
background:url("../img/acto.png") no-repeat scroll 0 0 transparent;
display:block;
height:200px;
padding-left:12px;
width:190px;
}

#actualites h3 {
display:none;
 margin: 0;
 padding: 4px 6px 2px 6px;
 background: #aaa;
}

#actualites p {
color:#4B3B24;
margin:0;
padding:4px 12px 4px 6px;
}

#actualites a.actu_suite {
 display: block;
 margin-left: 6px;
 text-decoration: none;
 text-align: left;
}

.news{
background:url("../img/news.png") no-repeat scroll 0 0 transparent;
display:block;
height:65px;
margin-top:-6px;
width:189px;
}
.id_text{
border:1px solid #63340b;
background:none;
height:15px;
float:left;
width:100px;
}
.ok{
background:url(../img/o.jpg) no-repeat;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-size:13px;
height:20px;
width:23px;
display:block;
}
.formnews{
padding-left:30px;
padding-top:35px;
width:134px;

}

.gal{
margin-left:60px;
margin-top:10px;
}

.horaire{
background:url("../img/horaire.jpg") no-repeat scroll 0 0 transparent;
display:block;
height:97px;
padding-left:28px;
padding-top:36px;
width:158px;
color:#2d410f;
font-weight:bold;
}

.add{
color:#042E50;
font-weight:bold;
height:20px;
margin-left:242px;
padding-top:214px;
width:580px;
}

.lien{
float:left;
margin:8px auto 0 39px;
width:788px;
}
.lien a{
background:url(../img/sep.jpg) right no-repeat;
float:left;
padding-right:5px;
padding-left:5px;
}

.copy{
background:url("../img/copy.jpg") no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:45px;
margin-left:21px;
width:123px;
}
.topact{
background:url("../img/topact.png") no-repeat scroll 0 0 transparent;
display:block;
height:26px;
width:190px;
}
