/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}
.clear{
  clear:both;
  height:0;
  line-height: 0px;
  font-size:0;
  margin:0;
  padding:0;
  overflow: hidden;
}

.site{
  color: #fffaf1;
  font-weight: bold;
}

body{background: #1d1511 ;}
#bg1{position:absolute;z-index: 1; width:100%; /*background:url("images/bg0.gif") 50% 0% repeat-y;*/}
#bg2{position:absolute;z-index: 2; width:100%;}
#bg3{position:absolute;z-index: 3; /* background:url("images/bg2.jpg") 50% 0% no-repeat;*/}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{/*background:url("images/bg0.gif") 50% 50% repeat-y;*/ margin:0 auto;	text-align: left;}
#content{}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{background:url("images/header.jpg") 50% 0 no-repeat;}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#left-inner {
   padding: 0 30px 29px 0;
}

#left-inner div.outter{/*min-height: 235px; height: auto!important; height: 235px;*/ }
/*#left-inner div.inner{padding: 0px 5px 0px;}*/

#left-inner #actualite{
  background: url(images/bg-mdm.jpg) top left no-repeat;
  min-height: 235px; height: auto!important; height: 235px;
}

#left-inner #actualite div.inner{
  padding: 61px 0 15px 0;
}

#left-inner #info-plan{
  background: url(images/bg-info-plan.jpg) top left no-repeat;
  min-height: 265px; height: auto!important; height: 265px;
}

#left-inner #info-plan #info div.inner{
  padding: 57px 0 0px 20px;
}

#left-inner #info-plan #plan div.inner{
  padding: 27px 43px 0 60px;
}

#left-inner #info-plan #plan div.inner img{
  float: none;
}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{ float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 0px 0px 10px 0px;}
#right-inner h1{
    background: url(images/bg-h1.jpg) top left no-repeat;
    margin: 0;
    padding: 19px 0 0px 75px;
    height: 67px;
}

#right-inner h1.one-line{
    background: url(images/bg-h1.jpg) top left no-repeat;
    margin: 0;
    padding: 25px 0 0px 75px;
    height: 61px;
}

#right-inner .liste
 {
   background: url(../../images/charte/bg-liste.jpg) top right no-repeat;
   width: 459px;
   height: 146px;
}

#right-inner ul{
  padding-top: 10px;
}


#right-inner .liste li {
 background: url(../../images/charte/bullet.gif) left 8px no-repeat;
 display:block;
/* margin-left: 19px;*/
 padding-left: 11px;
 /*height: 20px; */
}

#right-inner .special{
  padding: 11px 0 0 40px;
}
  /* =======PAGE AVEC PLANS====== */
.plan-adr
{
  width: 300px; float: left;
  padding-left: 20px;

}
.plan-button
{
  width: 185px;
  float: right;
  text-align: right;
}
.plan-button img
{
  padding: 10px 0px 0px 10px;
  float: left;
}
#plan_image
{
  width:640px;
  margin: 0px auto;
}
#plan_image img
{
  padding-top: 20px;
  padding-bottom: 30px;
}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; background:url("images/bg-footer.jpg") center top no-repeat; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0;  width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }
#footer { height: 69px; /*background: red;*/ }


#footer.outter	{/*background:url("images/footer-bg-0.gif") -16px 0% repeat-y;*/ margin: 0 auto; padding: 0px;}
#footer .inner	{padding: 11px 0px 0px 00px;}
#footer .box1	{width: 545px; margin: 0 auto; padding:0px 0 0 0; float: left; text-align: left;}

.copyright{padding: 17px 0 0; text-align: center;}
div.ref{padding: 0 10px 0;}

/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

img.thumb{border: 1px solid #726057; margin: 0 15px 0 0; padding: 3px; }
img.thumb0{border: 1px solid #726057; margin: 0 0 0 9px; padding: 3px;}

#menu2 ul li{display: inline;}

.separator{width:100%;	height:0px; clear:both; padding:0; margin:15px 0; border-top: 1px solid; border-bottom: 1px solid; line-height: 0px; font-size: 0; overflow: hidden;}

/* ===| VII. CONTACT FORM |=====================================================*/
/*#frmContact{
    width: 560px;
    height: 372px;
    padding: 25px 20px 15px 20px;
    margin: 0 auto;
    }
#frmContact label{
    width: 118px;
    float: left;
    margin: 0;
	height:17px;
    line-height:17px;
    }
#frmContact input{
    float: left;
    margin: 0;
    padding: 1px 2px;
	width: 110px;
    color:#3c2f27;
    border: 1px solid #3c2f27;
	background: #927e74;
    font: 11px/18px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    height:16px;
}


#frmContact label span{display:block; width: 29%; float: left;}
#frmContact label textarea{width: 40%; vertical-align: top;}*/

/*div.submit-buttons{ padding:0 0 5px 20px;
  float: left;
  margin: 0 auto;
  width: 222px;
  padding-left: 143px;
  }

div.submit-buttons input{	cursor:pointer;
    width: 90px;
	height: 20px;
    border: 1px solid red;
	background:transparent;
    text-align: center;
    font: bold 12px/20px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    color: #61401e;
    }

div.submit-buttons a:hover input{cursor: pointer;
    width: 90px;
	height: 20px;
    border: 1px solid #93cd30;
	background: #c9eb97;
    text-align: center;
    font: bold 12px/20px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    color: #3b6d0c;
    }*/
