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


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

img {
 border: none;
}

a {
 text-decoration: none;
 color: #004C5F;
}

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

.menu{
bottom:27px;
height:20px;
left:234px;
position:absolute;
width:520px;
}
.menu a{
color:#FFFFFF;
display:block;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
height:19px;
padding-top:2px;
text-align:center;
width:128px;
  }
.menu a:hover{
background:url(../img/hover.png) no-repeat;
}

/* ------ MENU TOP ------ */
.menutop{
display:block;
height:20px;
margin-bottom:10px;
margin-left:9px;
margin-top:26px;
width:200px;
}

.menutop a{
float:left;
margin-right:7px;
}

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

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

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
 margin-bottom:5px;
} 

.acc_toggler a{
background:url("../img/bgacctoggller.png") no-repeat scroll 0 0 transparent;
color:#007999;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
height:17px;
padding-left:8px;
padding-top:4px;
width:220px;

}


.acc_toggler a:hover{
background:url(../img/bgacctoggllerhovver.png) no-repeat;
}

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

.acc_element a{
background:url(../img/bgaccelement.png) no-repeat;
width:212px;
height:20px;
margin-left:6px;
color:#0D94B6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
margin-top:1px;
margin-bottom:1px;
}

.acc_element a:hover{
background:url(../img/bgaccelementhover.png) no-repeat;
color:#004C5F;
}


/* ------ 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 #004C5F;
float:left;
height:75px;
margin:0 10px 9px 0;
text-align:center;
width:124px;
}

img.photo {
 max-width: 124px;
 max-height: 75px;
}

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

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

div.contact_frame {
 margin-left:65px;
}

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;
 color: #000;
 font-size: 15px;
}

div.block {

}

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

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

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

#header {
height:372px;
position:relative;
}

.logo{
/*background:url("../img/logo.png") no-repeat scroll 0 0 transparent;*/
height:102px;
left:356px;
position:absolute;
top:6px;
width:271px;
}

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

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

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

#body #right {
float:right;
margin-left:20px;
margin-top:38px;
min-height:300px;
width:220px;
}

#body .center {
 background: ;
 margin: 0 10px;
 width: 481px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 336px;
 color:#0D94B6;
 padding-bottom:60px;
}

.center h2{
background:url("../img/h2bg.png") no-repeat scroll 0 0 transparent;
color:#004C5F;
display:block;
font-size:15px;
height:21px;
padding-left:69px;
padding-top:30px;
width:411px;
.margin-top:10px;
}

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

#footer {
background:url("../img/bgfooter.png") no-repeat scroll 0 bottom transparent;
}

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

.envoi_rec{
background:url(../img/input.png) no-repeat;
width:151px;
height:19px;
text-align:center;
border:none;
color:#007999;
margin-right:24px;
}

.envoi_contact{
background:url(../img/input.png) no-repeat;
width:151px;
height:19px;
text-align:center;
border:none;
color:#007999;
margin-right:11px;
}

.bouton_suivant{
background:url("../img/input.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#007999;
float:right;
height:17px;
margin-right:20px;
margin-top:6px;
padding-top:3px;
text-align:center;
width:88px;
}


.msg_erreur{
color:#990000;
font-style:italic;
margin-left:67px;
}

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

#actualites {
}

#actualites h3 {
color:#004C5F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
padding:20px 2px 5px;
}

#actualites p {
color:#0C93B6;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0;
padding:6px 2px;
}

#actualites a.actu_suite {
color:#004C5F;
display:block;
font-weight:bold;
margin-left:3px;
margin-top:9px;
text-align:left;
text-decoration:none;
}


.fond{
background: url(../img/septopfooter.png) no-repeat top right ;
width:481px;
margin:0 auto;
min-height:200px;
}

.lien{
line-height:21px;
margin-left:72px;
padding-top:20px;
width:390px;
}

.lien a{
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#2ED4F8;
margin-right:10px;

}

.lien a:hover{
color:#0C92B6;
}

.article_contenu{
margin-left:69px;
margin-right:4px;
margin-top:-5px; 
}

.gal{
margin-left:71px;
}
.desc{

}

.contact{
background:url("../img/contact.png") no-repeat scroll 0 0 transparent;
display:block;
height:24px;
margin-left:2px;
margin-top:28px;
width:98px;
}

.add{
color:#418694;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:17px;
margin-left:4px;
margin-top:16px;
}

.site{
color:#004C5F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:17px;
margin-left:4px;
margin-top:16px;
width:220px;
font-weight:bold;
}

.newsform{
background:url(../img/formnews.png) no-repeat;
height:21px;
width:121px;
display:block;
margin-bottom:12px;
}
.id_text{
background:url(../img/input.png) no-repeat;
width:155px;
height:20px;
display:block;
float:left;
border:none;
}

.ok{
background:url(../img/ok.png) no-repeat;
height:20px;
width:53px;
float:right;
border:none;
cursor:pointer;
}

.newslet{
height:83px;
width:220px;
display:block;
}

.blockactu{
background:url(../img/blockactu.png) no-repeat;
width:116px;
height:23px;
display:block;
}

#inscription{
margin-left:68px;

}

.sitemap{

margin-left:23px;
}
