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


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

a.logo{
 display:block;
 height:228px;
 left:3px;
 position:absolute;
 top:13px;
 width:330px;
}

img {
 border: none;
}

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

.clear{
 clear:both;
}

*{
 outline: none;
 border:0;
 padding:0;
 margin:0;
}

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

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 

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

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

div.galeries {
 background:url(../img/ligne.png) no-repeat bottom left;
 width:610px;
 padding-bottom:50px;
}

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

h2.galerie {
 color: #fff;
 font-size: 14px;
 padding: 3px 0 3px 8px;
}

div.photos {
 display: block;
}

div.photo {
 float: left;
 margin: 0 8px 0 0;
 text-align: center;
 width: 136px;
 height: 102px;
 padding: 6px 2px;
}

img.photo {
 width: 136px;
 height: 102px;
}

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;
 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 202px 0 0px;
}

div.contact_error {
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 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 {
}

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

.header {
 width:963px;
 background: url(../img/header.jpg);
 min-height: 254px;
 margin:auto;
 position:relative;
}

.hh{
 width:100%;
 background:url(../img/bgcontenaire.jpg) center top;
}

#body {
}

#body #wrapper {
 width:639px;
 height: 100%;
 float: right;
 background: url(../img/bgwrap.png) ;
 margin-right:34px;
 margin-top:-13px;
 padding-left:5px;
}

#body #left {
 width: 228px;
 float: left;
 min-height: 300px;
 margin-left:55px;
}

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

.center h2{
 background:url(../img/bgtitlearticle.png) no-repeat;
 width:549px;
 height:30px;
 display:block;
 font-size:20px;
 color:#fff;
 padding-left:57px;
 padding-top:15px;
 font-weight:normal;
 margin-bottom:25px;
}

#arbo {
 width:610px;
 background:url(../img/ligne.png) no-repeat bottom left;
 padding-bottom:7px;
 margin-top:8px;
 margin-bottom:15px;
}
#arbo a {
 color:#fff;
}
#arbo a:hover{
 color:#5F4B1A;
 text-decoration:underline;
}
#ff{
width:930px;
 margin:auto;

}

#footer {
  background: url(../img/bgwrap.png);
 min-height:200px;
 padding-top:31px;
 width:644px;
 float:left;
 margin-left:94px;
}
.lientop{
 float:right;
 margin-right:55px;
 margin-top:10px;
}
.lientop a{
 color:#fff;
}
.lientop a:hover{
 color:#FF6600;
 text-decoration:underline;
}
.menucenter{
 width:100%;
 height:64px;
 background:url(../img/menucenter.png);
}
.menutop{
 width:577px;
 margin:auto;
}
.menu{
 float:right;
 margin-top:3px;
}
.menu a{
 display:block;
 width:100px;
 height:23px;
 float:left;
 color:#fff;
 text-align:center;
 font-size:15px;
 padding-top:5px;
}
.menu a:hover{
 background:url(../img/menu-hover.png);
 color:#FF6600;
}
a.presentation{
 display:block;
 width:100px;
 height:28px;
 background:url(../img/presentation.png);
 float:left;
}
a:hover.presentation{
 background:url(../img/presentation-hover.png);
}
a.contact{
 display:block;
 width:100px;
 height:28px;
 background:url(../img/contact.png);
 float:left;
}
a:hover.contact{
 background:url(../img/contact-hover.png);
}
a.plan{
 display:block;
 width:100px;
 height:28px;
 background:url(../img/plan.png);
 float:left;
}
a:hover.plan{
 background:url(../img/plan-hover.png);
}
.blocknewsletter{
 background:url(../img/newsletter.jpg);
 width:209px;
 height:62px;
 padding-left:19px;
 padding-top:42px;
}
#newsletter{
 width:190px;
}
.id_text{
 background:#1A1712;
 width:156px;
 height:24px;
 border:1px solid #D3AD80;
 float:left;
}
.bt{
 background:url(../img/ok.jpg);
 width:31px;
 height:24px;
 float:right;
 cursor:pointer;
}
h2.acc_toggler{
 width:198px;
 background:url(../img/bgmenuleft.png) no-repeat center bottom;
 font-size:13px;
 color:#191712;
 padding-bottom:13px;
 margin-left:14px;
 margin-bottom:-7px;
}
h2.acc_toggler a{
 width:183px;
 height:23px;
 display:block;
 color:#191712;
 padding-left:15px;
 padding-top:5px;
}
h2.acc_toggler a:hover{
 background:url(../img/bgmenuleft-hover.png);
 color:#fff;
}
.block-navigation{
 background:#E7B786 url(../img/bloknavigation.jpg) no-repeat top;
 padding-bottom:16px;
}
img.actu{
 margin-top:15px;
 width:125px;
 height:47px;
 margin-left:25px;
}
img.actu1{
 margin:auto;
 margin-top:2px;
 margin-left:26px;
 width:183px;
 height:33px;
}
#actualites h3 {
 display:none;
 }
img.img1{
 float:left;
 margin-right:15px;
}
span.parg1{
 float:left;
 width:428px;
}
span.parg2{
color:#DE4D00;
}
span.parg3{
 background:url(../img/ligne.png) no-repeat bottom left;
 width:610px;
 padding-bottom:40px;
}
span.parg4{
 color:#DE4E00
}
 
.articles{
 background:url(../img/ligne.png) no-repeat bottom left;
 width:610px;
 padding-bottom:30px;
 margin-bottom:35px;
}

#actualites{
 background:url(../img/lignemin.png) no-repeat bottom left;
}

a.copy{
 background:url(../img/copy.png);
 width:116px;
 height:42px;
 display:block;
 margin-left:67px;
 margin-top:55px;
 float:left;
}

.adress{
 background:url(../img/adres.png);
 width:605px;
 height:70px;
 margin:auto;
 color:#000;
 font-size:14px;
 text-align:center;
 padding-top:23px;
}
.adress a{
 color:#000;
}
.menubottom{
 overflow:hidden;
 padding-top:9px;
 text-align:center;
}
.menubottom li{
 background:url(../img/puce.jpg) no-repeat right;
 list-style:none;
 padding-left:5px;
 padding-right:5px;
 display:inline;
}
.menubottom a{
 color:#fff;
}
.menubottom a:hover{
 color:#FF6600;
 text-decoration:underline;
}
.center li.sitemap{
 font-size:14px;
 padding-left:15px;
 margin-left:55px;
 margin-top:10px;
 color:#fff;
}
.center li.depth-2{
 font-size:14px;
 padding-left:15px;
 margin-left:95px;
 margin-top:10px;
}
.center li.sitemap a{
 color:#fff;
}
.center li.sitemap a:hover{
 color:#fff;
 text-decoration:underline;
}
a.bouton_suivant{
 display:block;
 width:80px;
 height:20px;
 background:#333;
 border:1px solid #999999;
 color:#fff;
 font-size:13px;
 text-align:center;
 float:right;
 margin-top:10px;
 margin-right:188px;
}
a.article_plus{
background:url(../img/savoirplus.png);
color:#000000;
display:block;
height:31px;
margin-left:6px;
text-align:right;
text-decoration:none;
width:95px;
float:right;
margin-top:10px;
}
