/*===| 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;}

body{ background:#000000;}
#bg1{position:absolute;z-index: 1; width:100%;}
#bg2{position:absolute;z-index: 2; width:100%;;}
#bg3{position:absolute;z-index: 3; background:url("images/bg2.jpg") 50% 209px no-repeat;}

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

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

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

#actualite, #contact-info, #plan, #menu1 {width:205px;margin:0; padding:0;}

#menu1{height:182px;}
#actualite {  height:198px; background: url(images/bg-actualite.jpg) left top no-repeat;}
#contact-info{height:188px; background: url(images/bg-coord.jpg) left top no-repeat;}
#plan{height:148px; background: url(images/bg-plan.jpg) left top no-repeat;}

#actualite .inner{padding:54px 15px 0 17px;}
#contact-info .inner{padding:79px 15px 0 17px;}
#plan .inner{padding:65px 0 0 20px;}


/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{ left top no-repeat;	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 0px 21px 25px 17px;}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0;}
#fwrap2 {position:absolute; z-index: -2; left:0; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{background:url("images/footer.jpg") left top no-repeat; margin: 0 auto; padding: 0px;}
#footer .inner	{ padding: 0 0 25px;}
#footer .box1	{ padding:10px 0 0 20px; float:left; width:300px;}

#footer #menu2{padding: 10px 0 0; float:right; text-align:right;}
#footer .copyright{padding: 0px 10px 0 0; width:400px; float:right; text-align:right; clear:right;}
#footer div.ref{ padding:15px 0 0 10px; text-align:center;}



/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}
img.thumb{border:1px solid #484848; padding:0px; margin: 0px;}

img.left{float:left; margin-right:10px;}
img.right{float:right; margin-left:10px;}

img.thumb0{border:1px solid #fff;padding:1px; margin: 0 5px; width:75px; height:75px;}

#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;}

.clearer{height:0px; line-height: 0px; font-size:0px; margin: 0; padding:0; clear:both;}
.clearer2{height:10px; line-height: 0px; font-size:0px; margin: 0; padding:0; clear:both;}


.box01{background:url(images/box1.jpg) left top no-repeat; width:665px; height:195px; float:left; padding-bottom:20px;}
.box01 .inner{padding:21px 10px 0 20px;}

.logoBox{background: url(images/logo-box.jpg) left top no-repeat; width:665px; height:72px; margin-top:16px; float:left;}
.logoBox .inner{padding:15px 35px 0 35px;}

.logoBox img{margin:0 10px; padding:0; border:1px solid #ffffff; float:left;}


/* ===| VII. CONTACT FORM |=====================================================*/
#frmContact{margin: 0; padding: 5px; width: 98%;}
#frmContact label{display: block; padding: 4px 2px;  clear:both;}
#frmContact label span{display:block; width: 29%; float: left;}
#frmContact label input, #frmContact label textarea{width: 40%; vertical-align: top;border:1px solid #e75706; background:none; color:#ffffff; font-size:13px;}
#frmContact label input.ipt-contact-hover, #frmContact label textarea.ipt-contact-hover{width: 40%; vertical-align: top; border:1px solid #e75706; background:#6f2902; font-size:13px;}
div.submit-buttons{clear: both;	text-align: center; padding: 4px 2px;}
div.submit-buttons input{	border: 1px solid #e75706; background: #6f2902; color:#ffffff;}
div.submit-buttons a:hover input{	border: 1px solid #6f2902; background: #e75706; color:#ffffff; }

