/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html{height: 100%;width: 100%;}
body {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;}
.left{
  float:left;
}
.right{
  float:right;
}


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

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

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}
#site-header .inner{padding:0px;}

#diapo{
  float:right;
  width:431px;
  height:345px;
  padding: 30px 0px 19px 21px;
}

.paragraph{
  width:448px;
  float:left;
}

#title{
  float:left;
  width:448px;
  height:60px;
  border-bottom:1px solid #B2B885;
}

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

#footer.outter	{ margin: 0 auto; padding: 0px;}
#footer .inner	{padding: 36px 0px 0px 0px;}
#footer .box1	{width:926px; padding-left:14px; height:98px;}
#footer .box2	{width:922px; padding:0px 9px; height:44px;}

.ref{font:normal 11px Arial; text-align:center; color:#3B593A; padding-bottom:4px;}

/* ===| VI. OTHER ELEMENTS |====================================================*/
.color{
  color:#B8273F;
}
.color1{
  color:#B72036;
}

img {border: 0;}
.center{text-align: center;}


a:link, a:visited {
    border:	0px; padding:0px; margin:0px; width:auto;
	color:#B72036;
	text-decoration: none;}
a:hover, a:active {
	color:#3B593A !important;
	text-decoration: none !important;}
a:focus{
  outline: none;
}
#footer .box2 a:link, #footer .box2 a:visited {
    border:	0px; padding:0px; margin:0px; width:auto;
	color:#169311;
	text-decoration: none;}
#footer .box2 a:hover, #footer .box2 a:active {
	color:#3B593A;
	text-decoration: none;}
#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 |=====================================================*/
.contact-left{
  display:inline;
  width:320px;
  float:left;
  font:normal 12px Arial;
  }


.inputForm{
	border:1px solid #C7C7C7;
	background-color:#E3F1DB;
	color:#3B593A;
    width:235px;
    font:normal 12px Arial;
    padding-left:2px;
    padding-top:1px;
    height:15px;
	}
.inputFormOver{
	border:1px solid #788A50;
	background-color:#D7ECB3;
	color:#B72036;
    width:235px;
    font:normal 12px Arial;
    padding-left:2px;
    padding-top:1px;
    height:15px;
	}
textarea{
  font:normal 12px Arial;
}
.color-checkbox{
   color:#B8273F;
}
.star{
   color:#B8273F;
}


.label{
	width:80px;
	float:left;
	display:inline;
	clear:both;
	margin-top:5px;
	color:#4D4D4D;
	text-align:left;
    font:normal 13px Arial;

	}
.field{
	width:240px;
	float:left;
	margin-top:5px;
  font:normal 12px Arial;

 	}
.btn{
  clear:both;
  width:300px;
  padding:20px 0 0 344px;
  }
  .btn div{
    float:left;
    display:inline;
    width:110px;
    }
.button{
  width:102px;
  height:26px;
  border: none;
  cursor:pointer;
  background: url(../../images/charte/button-envoyer.jpg) left top no-repeat;

}
.buttonOver{
  width:102px;
  height:26px;
  border: none;
  cursor:pointer;
  background: url(../../images/charte/button-envoyer-over.jpg) left top no-repeat;
}
.button1{
  width:102px;
  height:26px;
  border: none;
  cursor:pointer;
  background: url(../../images/charte/button-retablir.jpg) left top no-repeat;

}
.button1Over{
  width:102px;
  height:26px;
  border: none;
  cursor:pointer;
  background: url(../../images/charte/button-retablir-over.jpg) left top no-repeat;
}
#merci{
   padding:12px 19px 14px 19px;
   float: left;
}
#merci p{
  font: bold 12px Arial;
  color: #000000;
}

object { outline:none; }