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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 background:#3E2C30 url(../img/bgAll2.png) repeat-y center;
 color:#D3CEB7;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #D82A58;
}

*:focus {
 outline: none;
}

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

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

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

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

div.galeries {
}

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

div.photos {
 display: block;
}

div.photo {
 float: left;
 margin:0 8px 14px 22px;
 text-align: center;
 width: 164px;
 height: 144px;
 padding:6px 0 0 8px;
}

img.photo {
 max-width: 157px;
 max-height: 138px;
 border:10px solid #695451;
}

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 input {
 background:#D51449;
 border:1px solid #999999;
 color:#FFFFFF;
 cursor:pointer;
 display:block;
 float:right;
 font-size:13px;
 height:21px;
 margin-right:55px;
 margin-top:10px;
 text-align:center;
 width:180px;
}

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 {
 background: url(../img/contenaire3.png) no-repeat center top;
}

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

#header {
 min-height:223px;
 overflow:hidden;
 position:relative;
}

a.logo{
 height:91px;
 left:354px;
 position:absolute;
 top:54px;
 width:464px;
}

#body {
 margin: 5px 0;
}

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

#body #left {
 float:left;
 margin-left:94px;
 .margin-left:113px;
 margin-top:88px;
 min-height:300px;
 width:185px;
}

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

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

#body .center h2{
 background:url(../img/titre-article.jpg) no-repeat left;
 color:#CF1348;
 font-size:14px;
 height:27px;
 padding-left:43px;
 padding-top:14px;
}

#arbo {
 padding: 5px 5px 3px 5px;
 background: #aaa;
 display:none;
}
.ff{
 background:url(../img/footer.png) no-repeat center;
 widows:100%;
  height:397px;
}

#footer {
 margin:auto;
 padding:30px 0 30px 303px;
 position:relative;
 width:584px;
 overflow: hidden
}
/*.femme{
 background:url(../img/femme.png);
 height:397px;
 position:absolute;
 right:-206px;
 top:0;
 width:191px;
}*/
.leftmenu {
 float:left;
 margin-left:33px;
 margin-top:15px;
 width:124px;
}
.leftmenu li{
 list-style:none;
}
.leftmenu ul{
 margin:0;
 padding:0;
}
.leftmenu a{
 background:url(../img/bgmenu-left.png);
 color:#FFFFFF;
 display:block;
 height:18px;
 padding-right:5px;
 padding-top:3px;
 text-align:right;
 width:119px;
 margin-bottom:6px;
}
.leftmenu a:hover{
 background:url(../img/bgmenu-left-hover.png);
 color:#091A1C;
}
.menutop{
 float:left;
 width:361px;
}
a.llien{
 color:#AC9584;
 float:left;
 font-size:11px;
 padding-left:94px;
 padding-top:12px;
}
ul.mmenu{
 float:left;
 margin:14px 0 0 20px;
 padding:0;
}
ul.mmenu li{
 float:left;
 list-style:none;
}
a.accueil{
 background:url(../img/home.png);
 width:11px;
 height:9px;
 float:left;
 margin-right:20px;
}
a:hover.accueil{
 background:url(../img/home-hover.png);
}
a.recomander{
 background:url(../img/recommander.png);
 width:13px;
 height:11px;
 float:left;
 margin-right:20px;
}
a:hover.recomander{
 background:url(../img/recommander-hover.png);
}
a.favory{
 background:url(../img/favory.png);
 width:14px;
 height:11px;
 float:left;
 margin-right:20px;
}
a:hover.favory{
 background:url(../img/favory-hover.png);
}
a.plan{
 background:url(../img/plan.png);
 width:11px;
 height:9px;
 float:left;
}
a:hover.plan{
 background:url(../img/plan-hover.png);
}
.new{
 float:right;
 width:340px;
}
span.inscrip{
 background:url(../img/envlop.png) no-repeat left;
 color:#AC9584;
 display:block;
 float:left;
 font-size:11px;
 height:12px;
 margin-top:9px;
 padding-left:20px;
 padding-top:2px;
}
#newsletter{
 float:left;
}
.id_text{
 background:url(../img/input.png);
 width:161px;
 height:19px;
 float:left;
 border:none;
 margin:6px 7px 0px 13px;
 padding-left:5px;
 color:#3E2C30;
}
.bt{
 background:url(../img/go.png);
 cursor:pointer;
 float:left;
 height:21px;
 margin-top:6px;
 width:27px;
 border:none;
 margin-top:6px;
}
.block-navigation{
 background: url(../img/bgleft2.png) no-repeat top;
 padding-top:75px; position:relative; left:-1px; top:-1px;
}
.acc_toggler a{
 background:url(../img/acc-toggler.png);
 color:#FFAEC9;
 display:block;
 font-size:12px;
 font-weight:normal;
 height:17px;
 margin-left:5px;
 margin-top:2px;
 padding-left:10px;
 padding-top:2px;
 width:166px;
}
.acc_toggler a:hover{
 background:url(../img/acc-toggler-hover.png);
}
.acc_element a{
 background:url(../img/puce.png) no-repeat left;
 color:#FFFFFF;
 font-size:12px;
 font-weight:normal;
 margin-left:15px;
 padding-left:9px;
 display:block;
 margin-bottom:3px;
 margin-top:3px;
}

.acc_element a:hover {
color: #000;
}


#actualites {
}

#actualites h3 {
 margin: 0;
 padding:4px 6px 2px 9px;
 color:#724E61;
 font-size:12px;
}

#actualites p {
 margin: 0;
 padding:4px 6px 4px 9px;
 color:#724E61;
 font-size:11px;
}

#actualites a.actu_suite {
 background:url(../img/savoir-plus.png);
 width:78px;
 height:16px;
 display:block;
 display: block;
 color: #fff;
 text-decoration: none;
 text-align: center;
 float:right;
 font-size:11px;
 margin-right: 10px
}
.actuali{
 background:url(../img/bgactualite.jpg);
 width:185px; left:-1px; top:-1px;
position:relative;
 height:142px;
}
span.tit{
 color:#CF1348;
 font-weight:bold;
}
span.title{
 color:#CF1348;
 font-size:16px;
 font-weight:bold;
}
ul.lagitur{
 margin-left:14px;
 padding:0;
}
ul.lagitur li{line-height:18px;
}
.adress{
 font-size:14px;
 color:#4ED8E7;
}
span.siret{
 color:#695451;
 font-size:10px;
 font-weight:bold;
}
.menubottom{
 overflow:hidden;
 padding-top:50px;
 line-height:15px;
 width:564px;
}
.menubottom a{
 color:#695451;
 display:block;
 float:left;
 font-size:11px;
 margin-right:13px;
}
.menubottom a:hover{
 color:#4ED8E7;
 font-size:11px;
}
span.realis{
 color:#695451;
 float:left;
 margin-right:12px;
 margin-top:36px;
 font-size:11px;
}
a.copy{
 background:url(../img/copy.png);
 display:block;
 float:left;
 height:44px;
 margin-top:26px;
 width:117px;
}
.topactualite{
 background:url(../img/actualite.jpg);
 width:185px; left:-1px; top:-1px;
position:relative;
 height:73px;
}
a.bouton_suivant{
 display:block;
 width:80px;
 height:20px;
 background:#D51449;
 border:1px solid #999999;
 color:#fff;
 font-size:13px;
 text-align:center;
 float:right;
 margin-top:10px;
 margin-right:6px;
 cursor:pointer;
}
p.msg_erreur {
color:#FF0000;
font-style:italic;
}
.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;
}
