/*===| 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;}
.left1{float: left; margin:0 10px 0 0;} .right1{float: right; margin:0 0 0 10px;}
#push, .clr	{clear: both;}

body{background: #fff6e7;}
#bg1{position:absolute;z-index: 1; width:100%; }
#bg2{position:absolute;z-index: 2; width:100%;}
#bg3{position:absolute;z-index: 3;}

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

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}

.flash-header{
    position:absolute;
    z-index:1;
    height:202px;
    width:962px;
}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#menu1
{
    float: left;
    width:238px;
    height: 255px;
}
#box-mdm
{
    float: left;
    width:207px;
    height:119px;
    padding: 56px 15px 0 15px;
    background: url(images/bg-mdm-small.jpg) no-repeat top right;
}
#box1
{
    float: left;
    width:208px;
    height:168px;
    padding: 40px 15px 0 15px;
    background: url(../../images/charte/index/bg-box1.jpg) no-repeat top right;
}
#box2
{
    float: left;
    width:207px;
    height:255px;
    padding:0px 15px 0px 15px;
    background: url(../../images/charte/index/bg-box2.jpg) no-repeat top left;
}
#box3
{
    float: left;
    width:236px;
    height:255px;
    background: url(../../images/charte/index/anim.jpg) no-repeat top left;
}
#box4
{
    float: left;
    width:211px;
    height:198px;
    padding:57px 15px 0px 15px;
    background: url(../../images/charte/index/bg-mdm.jpg) no-repeat top left;
}
#box5
{
    float: left;
    width:236px;
    height:208px;
    background: url(../../images/charte/index/bg-box5.jpg) no-repeat top left;
}
#box6
{
    float: left;
    width:237px;
    height:208px;
}

#info
{
    float:left;
    width:952px;
    height:65px;
}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{float:left;	margin:0; padding:0; overflow: hidden; }
#right-inner{float:left;  padding: 0 15px 0 15px; }


/* ===| 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/footer-bg-0.gif") 50% 0% repeat-y; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0; background:url("images/footer-bg-1.gif") 50% 100% no-repeat; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{ margin: 0 auto; padding: 0px;}
#bottom	{background: url(images/bg-footer.jpg) no-repeat top left; margin: 0 auto; padding: 0px; height: 135px; width:952px;}
#bottom-big	{background: url(images/bg-footer-big.jpg) no-repeat top left; margin: 0 auto; padding: 0px; height: 135px; width:952px; padding-top:11px;}
#footer .inner	{}
.digitalage
{
    float: left;
    width:952px;
    padding: 10px 0px 6px 0px;
    text-align: center;
}
#menu2
{
    float: left;
    padding: 0px 0px 0px 0px;
    width:952px;
    text-align: center;
}
.copyright
{
    float: right;
    width:685px;
    padding-top:15px;
}

/* newsletter */
#newsletter{
   width:323px;
   height:55px;
   background: url(images/bg-newsletter.jpg) no-repeat top right;
   position:relative;
   z-index:99;
   top:129px;
   left:617px;
   padding:18px 0 0 12px;
}


/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;     }
a:active, a:focus{
outline:none;
}
a img{
/*-moz-opacity: 1.00;*/ opacity:1.00;
}
a:hover img{
/*-moz-opacity: 0.70;*/ opacity:0.70;
}
img.thumb{border:1px solid #7a623a;}
img.thumb1{border:1px solid #e8bb28;}

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


/* index */
#page-title
{
    float: left;
    padding-bottom:12px;
}
/* production  */
.box
{
    float: left;
    width:100%;
    padding-top:10px;
}
.text-bg
{
    float: left;
    width:288px;
    padding:10px;
    border: solid 1px #cdc5b6;
    background: #fffaf1 url(../../images/charte/production/prod-bg1.jpg) no-repeat bottom right;
}
ul.list1{
	padding-left: 10px;
    float:left;
    margin: 0;
	}
ul.list1 li{
	background: url(../../images/charte/bullet.jpg) no-repeat top left;
	background-position:0px 5px;
	text-align:justify;
	line-height: 15px;
    font-size: 12px;
    color:#513913;
	padding:0px 0px 1px 15px;
	}
ul.list2{
	padding-left: 10px;
    float:left;
    margin: 0;
	}
ul.list2 li{
	background: url(../../images/charte/bullet.jpg) no-repeat top left;
	background-position:0px 7px;
	text-align:justify;
	line-height: 18px;
    font-size: 12px;
    color:#513913;
	padding:0px 0px 8px 15px;
	}
/* opportinites */
#list-line
{
    line-height: 18px !important;
}
.prod-holder
{
    float: left;
    width:327px;
    height:200px;
    background: url(../../images/charte/opportunites/bg-prod.jpg) no-repeat top left;
    padding: 20px 0px 0px 0px;
}
.prod-title
{
    float: left;
    width:254px;
    height:40px;
    font-weight: bold;
    color:#978a5e;
}
.descriptif
{
    float: left;
    width:327px;
    height:120px;
}
.details
{
    float: left;
    width:327px;
    height:30px;
}
.prix
{
    font-size: 22px;
    color:#756533;
    width:112px;
    text-align: center;
    padding-top:8px;
}
.ligne
{
    float: left;
    width:30px;
    height:205px;
    background: url(../../images/charte/opportunites/bg-ligne.jpg) no-repeat top center;
}
.pagination
{
    float: left;
    width:681px;
    height:17px;
    background: #f0e1b3;
    padding:3px 0;
    text-align: center;
}
.pagination p
{
    font-weight: bold;
    text-align: center !important;
}
.pagination a:link, .pagination a:visited
{
    text-decoration: none;
    color:#bd890e;
    padding:2px 5px;
    background: #ffffff;
}
.pagination a:hover, .pagination a:active
{
    text-decoration: underline;
    color:#3a9159;
    padding:2px 5px;
    background: #fff0c2;
}
/* location */
.bg-images
{
    float: left;
    width:590px;
    height: 119px;
    padding:14px 50px 0 45px;
    background: url(../../images/charte/location/bg-photos.jpg) no-repeat top left;
}
/* services */
.div-bg
{
    float: right;
    width:470px;
    height:64px;
    padding:20px 15px 20px 15px;
    background: #fffaf1;
    border: solid 1px #cdc5b6;
}
.recherche
{
    float:left;
    width:680px;
    border-bottom: solid 1px #bdb186;
    padding-bottom:5px;
    text-align: right;
}
.box-categorie
{
    float: left;
    width: 227px;
}
/* merci */
.mercidiv
{
    float: left;
    width:680px;
    height:193px;
    text-align: center;
    background: url(../../images/charte/commander/bg-merci.jpg) no-repeat top center;
    padding-top:200px;
}


