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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 padding: 0;
 margin: 0;
 font-family:Arial, sans-serif;
 font-size: 12px;
 color:#a39795;
}

img {
 border: none;
}

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

*:focus {
 outline: none;
}

*{
 margin:0;
 padding:0;
}

li {
 list-style-type:none;
}

body {
 background:#141211 url(../img/bg.jpg) repeat-x;
}

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

div.contact_frame {
 border-top: 1px solid #231b18;
}

div.contact_line {
 padding: 6px 6px 10px 6px;
 border: 1px solid #231b18;
 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 {
 background: #231b18;
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_submit input {
 width:141px;
 height:29px;
 background:url(../img/form/bg-btn.png) no-repeat;
 border:none;
 color:#fff;
 font-weight:bold;
 cursor:pointer;
}

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
/* width: 95%;*/
	float: left;
}

#inscription .bouton_suivant {
 display:block;
 width:141px;
 height:29px;
 background:url(../img/form/bg-btn.png) no-repeat;
 border:none;
 color:#fff;
 font-weight:bold;
 cursor:pointer;
 float:right;
 text-align:center;
 padding-top: 5px;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

div.block {
 padding: 5px;
}

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

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

#page {
 width: 980px;
 margin: auto;
 background:url(../img/bgmain.jpg) -25px 342px no-repeat;
}

#header {
 height:370px;
 min-height: 180px;
}

#header .toppan .toplink {
 float:left;
 margin: 15px 0 0 40px;
}

#header .toppan .toplink a {
 font-weight:bold;
 color:#796d68;
}

#header .toppan .toplink a:hover {
 font-weight:bold;
 color:#c83919;
}

#header .toppan .newsletter {
 width:350px;
 float:right;
 margin: 8px 0 0 0;

}

#header .toppan .newsletter span {
 display:block;
 padding-top: 5px;
 float:left;
 font-weight:bold;
 margin-right:5px;
 color:#504444;
}

#header .toppan .newsletter .id_text {
 float:left;
 width:186px;
 height:24px;
 border:1px #fff solid;
 background:#b8a9a9;
 margin-right:5px;
}

#header .toppan .newsletter .btn-valider {
 float:left;
 display:block;
 margin-top:-2px;
}

#header .logo {
 float:left;
 margin: 70px 0 0 40px;
}

#header .arbo {
 float:left;
 margin: 92px 0 0 50px;
}

#header .arbo a {
 color:#fff;
}

#header .arbo a:hover {
 color:#ffbb00;
}

#header .horizontal-menu {
 float: right;
 width: 600px;
 margin: 80px 0 0 120px;
}

#header .horizontal-menu  ul li {
 float: left;
}

#header .horizontal-menu .about {
 margin-right:60px;
}

#header .horizontal-menu .cont {
 margin-right:40px;
}

#header .horizontal-menu .acces {
}


#header .horizontal-menu  ul li a {
 display:block;
 background:url(../img/menu/hmenu.png) no-repeat;
 width:162px;
 height:50px;
 text-transform:uppercase;
 color:#CCC;
 text-align:center;
 padding: 5px 0 0 0px;
 font-weight:bold; 
}

#header .horizontal-menu  ul li a:hover {
 display:block;
 background:url(../img/menu/hmenu-over.png) no-repeat;
 width:162px;
 height:50px;
 color:#fff;
 font-weight:bold;
}

#body {
}

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

#body #left {
 width: 250px;
 margin-left:8px;
 float: left;
 min-height: 300px;
 margin-bottom:50px;
}

#body #left .navigation {
 clear:both;
}

#body #left .navigation h2.acc_toggler {
 background:url(../img/menu/menuline.jpg) bottom no-repeat; 
 height:30px;
 font-size:16px;
 font-weight:normal;
 padding:5px 0 0 30px;
}

#body #left .navigation h2.acc_toggler a {
 color:#fff;
 font-style:normal;
}

#body #left .navigation h2.acc_toggler a:hover {
 color:#ffbb00;
 font-style:normal;
 width:237px;
 height:33px;
 display:block;
 background:url(../img/menu/lmenu-over.png) no-repeat;
 margin: -5px 0 0 -15px;
 padding:5px 0 0 14px;
}

#body #left .navigation .acc_element {
  padding-left: 45px;
  font-size:12px;
 font-weight:normal;  
}

#body #left .navigation .acc_element a {
 color:#fff;
 display:block;
 margin: 10px 0;
  font-size:12px;
 font-weight:normal;  
}

#body #left .navigation .acc_element a:hover {
 color:#ffbb00;
}

/* --- FLASH INFO --- */

#body #left .actus {
 float:left;
 margin: 200px 0 0 20px;
}

#body #left .actus #actualites {
 border:none;
}

#body #left .actus h2.block {
 background:url(../img/block/actus/bg-heading.png) no-repeat;
 width:237px;
 height:33px;
 padding-top:10px;
 font-weight:normal;
 text-transform:uppercase;
 font-size:14px;
 color:#fff;
 text-align:center;
}

#body #left .actus #actualites h3 {
 background:none;
 color:#fff;
 margin: 10px 0 20px 0;
 width:180px;
 max-width:180px;
 height:30px;
 max-height:30px;
 overflow:hidden;
}

#body #left .actus #actualites .actualite {
 border: 1px none;
}

#body #left .actus #actualites p {
 color:#a39795;
 width:180px;
 height:120px;
 max-width:180px;
 max-height:120px;
 overflow:hidden;
 padding:0 0 0 5px;
}

#body #left .actus #actualites  .actu_suite {
 display:block;
 width:141px;
 height:29px;
 color:#a39795;
 margin: 25px 0 0 0;
 padding: 5px 0 0 8px;
 background:url(../img/block/actus/btn-actus.png) no-repeat;
}

#body #left .lampe-left {
 float:left;
 background:url(../img/lampe-left.png) no-repeat;
 width:296px;
 height:314px;
 margin:-520px 0 0 -100px;
}

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


/* --- FIL D'ARIANE --- */
#arbo {
}

/*******************************************************************
***********************PIED DE PAGE*********************************
*******************************************************************/

#footer {
  background:url(../img/bgfoot.jpg) center no-repeat;
  height:280px;
  min-height: 100px;
}

#footer .infoot {
 width:980px;
 margin:0 auto;
}

#footer .infoot .bloc_liens {
 float:right;
 width: 660px;
 margin: -25px 0 0 0;
}

#footer .infoot .bloc_liens ul {

}

#footer .infoot .bloc_liens ul li {
 float:left;	
}

#footer .infoot .bloc_liens ul li a {
 color:#fff;
 text-transform:uppercase;
 font-size:12px;
}

#footer .infoot .bloc_liens ul li a:hover {
 color:#ffbb00;
}

#footer .infoot .cdlogo-foot {
 float:left;
 width: 164px;
 margin: 122px 0 0 94px;
}

#footer .infoot .site-infos {
 float:right;
 width: 620px;
 margin-top: 154px;
 color:#fff;
 text-transform:uppercase;
}

#footer .infoot .site-infos .lower {
 text-transform:none;
}

#footer .infoot .site-infos .siren {
 color:#887972;
 padding-left:25px;
}

#footer .infoot .ek-logo {
 margin: 46px 0 0 180px;
 float:left;
}

/* --- CONTENU --- */

#body #contenu {
 margin-bottom: 50px;
}

#body #contenu .article {
 margin-bottom:45px;
}

#body #contenu .article h2, #body #contenu h2, #body #contenu h2.block {
 color:#fff;
 font-size:22px;
 margin:0;
 padding: 25px 0;
 font-family:Arial, sans-serif;
 font-weight:normal;
}

#body #contenu .article_contenu ul  {
 margin: 8px 0 8px 25px;
}

#body #contenu .article_contenu ul li {
 list-style-type: circle;
}

#contenu .article_plus {
 visibility:hidden;
 height:0;
}

/* --- FORMULAIRE --- */

#body #contenu .msg_erreur {
 color:#f00;
 padding: 15px 0;
}

#body #contenu .msg_valide {
 color: #009933;
 padding: 15px 0;
}

#body #contenu .ftable .fcell, #body #contenu .ftable .fcell_highlight {
 height: 40px;
 padding-left:15px;
} 

#body #contenu .ftable .fcell_highlight {
 background: #231b18;
}

#contenu .newsletter_title {
 font-size:14px;
 margin: 15px 0;
 text-align: center;
}

#contenu .newsletter_table {
 border: 1px solid #231b18;
}


/* --- SITE MAP --- */
#contenu .sitemap .depth-0 {
 list-style-type: circle;
}

#contenu .sitemap .depth-1 {
 margin-left: 25px;
 list-style-type: circle;
}

#contenu .sitemap .depth-2 {
 
}
