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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 background:#232323 url(../img/bgAll.png) repeat-y;
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 13px;
 color:#b7b7b7;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #3399CC;
}

*:focus {
 outline: none;
}

.clear{
 clear:both;
}

/* ------ 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 10px 0 39px;
 text-align: center;
 width: 213px;
 height: 140px;
}

img.photo {
 max-width: 213px;
 max-height: 140px;
}

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

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/header.png) no-repeat center top;
}

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

#glob{
 background:url(../img/bgheader.png) repeat-x;
 width:100%;
}

#header {
 min-height: 282px;
 position:relative;
}

#body {
}

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

#body #left {
 width: 277px;
 float: left;
 min-height: 300px;
 margin-left:17px;
}

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

#body .center {
 width: 608px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 300px;
}
.center h2{
 background:url(../img/bgtitre.png);
 width:567px;
 height:29px;
 color:#b7b7b7;
 padding-left:33px;
 padding-top:7px;
 margin:0 0 21px;
 font-size:17px;
}
#arbo {
color:#B0B0B0;
margin-bottom:23px;
margin-top:-27px;
.margin-bottom:23px;
display:block;
padding-bottom:5px;
position:relative;
font-size:11px;
}
#arbo a{
 color:#b0b0b0;
}
#arbo a:hover{
 color:#fff;
}

.ff{
 background:url(../img/bgfooter.png) repeat-x;
 width:100%;
 height:148px
}
.globfooter{
 background:url(../img/globalfooter.png) no-repeat center ;
 width:100%;
 height:148px}

#footer {
  width:940px;
  margin:auto;
  min-height: 133px;
  padding-top:15px;
}
.lientop{
 float:left;
 margin-top:10px;
 font-size:11px;
}
.menutop{
 float:right;
 margin-right:117px;
 margin-top:10px;
 font-size:11px;
}
.menutop a{
 color:#838383;
 padding-left:15px;
 margin-right:5px;
}
.menutop a:hover{
 background:url(../img/flesh.png) no-repeat left;
}
.lientop a{
 color:#747474;
}
.lientop a:hover{
 color:#cacaca;
}
.block-navigation{
 background:url(../img/bgmenucategorie.png) repeat-y;
 .margin-top:-5px;
}
.categorie{
 width:277px;
 top:-39px;
 position:relative;
}
.acc_toggler a{
 background:url(../img/bgcategorie.png) no-repeat right;
color:#AFAFAF;
display:block;
font-size:12px;
margin-bottom:10px;
padding-left:21px;
width:233px;
}
.acc_toggler a:hover{
 background:url(../img/bgmenucategorie-hover.png) no-repeat right;
 color:#2d8fe8;
}
.newsletter{
 background:url(../img/newsletter.png);
 width:284px;
 height:60px;
 padding-top:65px;
}
.id_text{
 background:url(../img/input.png) no-repeat;
 width:191px;
 height:24px;
 border:none;
 float:left;
 margin-left:19px;
 padding-left:13px;
 padding-top:5px;
 color:#fff;
}
.bt{
 background:url(../img/ok.png);
 width:30px;
 height:29px;
 border:none;
 margin-right:24px;
 cursor:pointer;
 float:right;
}
#actualites {
 background:url(../img/bgmenucategorie.png);
 margin-top:-16px;
}

#actualites h3 {
 display:none;
}

#actualites p {
 margin: 0;
 padding: 0px 20px;
 color:#fff;
}

#actualites a.actu_suite {
 background:url(../img/bgcategorie.png) no-repeat right;
 display: block;
 color: #fff;
 text-decoration: none;
 text-align: left;
 width:100px;
}
.cont{
 background:url(../img/contact.png);
height:215px;
margin-top:20px;
padding-left:20px;
padding-right:15px;
padding-top:52px;
width:242px;
}
.cont li{
 list-style:none;
 background:url(../img/flesh.png) no-repeat left;
 padding-left:15px;
 margin:0;
}
.cont ul{
 padding:0;
 margin-left:0;
}
span.siret{
 font-size:10px;
}
a.formul{
 background:url(../img/bgcategorie.png) no-repeat right;
 color:#FFFFFF;
 display:block;
 margin-left:5px;
 margin-top:15px;
 padding-right:20px;
 width:127px;
}
img.fle {
float:left;
margin-right:8px;
margin-top:3px;
}
.arbo{
 float:left;
}
.article_contenu li{
 background:url(../img/flesh.png) no-repeat left 4px;
 padding-left:15px;
 list-style:none;
 margin-bottom:15px;
}
.article_contenu ul{
 padding:0;
 margin:0;
}
a.article_plus{
 color:#848484;
 background:url(../img/savoirplus.png);
 width:103px;
 height:19px;
 display:block;
 padding-left:8px;
 padding-top:3px;
 margin-bottom:10px;
}
img.img1{
 float:left;
 margin-bottom:10px;
}
span.parg{
float:left;
margin-left:18px;
width:322px;
}
.menubottom{
 float:right;
 margin-right:122px;
}
.menubottom li{
 list-style:none;
 float:left;
 padding-right:5px;
 color:#cacaca;
}
.menubottom a{
 color:#cacaca;
}
.menubottom a:hover{
 color:#20afff;
}
.menubottom ul{
 list-style:none;
 float:left;
 padding:0;
 margin:0;
}
a.copy{
 background:url(../img/ekinox.png);
 width:126px;
 height:47px;
 display:block;
 margin-left:69px;
 margin-top:41px;
}
.acc_element a{
 color:#CCCCCC;
 padding-left:35px;
 font-weight:normal;
 font-size:12px;
}
.acc_element a:hover{
 color:#33CC99;
}
.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:6px;
}
p.msg_erreur{
 color:#FF0000;
 font-style:italic;
}
a.logo{
display:block;
height:100px;
left:72px;
position:absolute;
top:65px;
width:200px;
}
