body{
    background: url("../images/banner.jpg")top no-repeat;
	background-color: #fcfcfc;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
#main {
	width: 95%;
	padding-top: 0px;
	font-weight: normal;
	background: #fcfcfc;
	text-decoration: none;
	}
#header 
{
	width: 90%;
	margin-top: 0px;
	margin: auto;
	}
.logo {
    position: relative;
    height: auto;
    width: auto;
    left: 200px;
    top: -100px;
    right: auto;
    bottom: auto;
}
#footer{
	background: url("../images/footer.png")top no-repeat;
	width: 100%;
	height: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#header_menu li {
	display: block;
	float: right;
}
#header_menu  {
	text-decoration: none; 
	color: #596176;
	background-color: #d0d0d0;
}
#header_menu a  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
	display: block;
	margin: 100;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	color: #596176;
}
#header_menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#header_menu li {
	margin: 0;
	padding: 0px;
}
#header_menu a:hover {
	background-color: #EFC993;
}
#header_menu .active {
	text-decoration: none; 
	color: #3F5ED7;
	background-color: #fafafa;
}
#header_menu a:hover { 
	text-decoration: none; 
	color: #BA81CC; 
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 10px;
	font-style: normal;
	color: #3B3D45;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
#cta_left {
	width: 40%;
	float: left;
	hight: 175px fixed;
    padding:0px 0px 0px 50px;
	}
#cta_right {
	width: 80%;
	hight: 185px fixed;
	float: right;
	}
#cta_mid
{
	width: 100%;
	float:left;
	padding:0px 0px 0px 30px;
}
#cont
{
	width: 100%;
	hight:276px fixed;
	float:center;
	padding:15px 15px 15px 30px;
}
.li
 {
	font-size: 0.9em;
	color: #3B3D45;
	xtext-align: center;
}
.h1 {
	font-size: 1em;
	text-decoration: none;
	color: #3B3D45;
	text-align: left;
}
.h3 {
    font-size: 1.1em;
    line-height: 30px;
    text-decoration: none;
	color: #3B3D45;
    text-align: left;
}
.h4 {
	font-size: 1em;
	line-height: 0px;
	text-decoration: none;
	color: #3B3D45;
	text-align: left;
}
.font {
	color: #3B3D45;
	text-align: left;
	font-weight: normal;
}
.t {
	font-size: 1em;
	color: #666;
	text-align: right;
	padding: 10px;
}
a.hover {
	color: #d79b05;
	text-align: right;
}
figure 
{
	width: 150px;
	float: left;
	margin: 10px 50px 10px 50px;
	background: white;
	border: 10px solid white;
	transition: all 0.7s ease;
	transition: all 1s ease;
	position: center;
}
figcaption 
{	
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  font-size: 14px;
  font-style: normal;
}
figure:hover
{
  box-shadow: 0 3px 10px #666; 
}
figure:focus
{
	outline: none;
	transform: rotate(0deg) scale(4);
	transform: rotate(0deg) scale(2);
	box-shadow:0 0 3px 10px #666;
	box-shadow: 0 3px 10px #666;
	z-index: 9999;
	color: #FCFCFC;
}

.input_txt {
	width: 350px;
	background: #FBF7EC;
	padding: 3px 0px 3px 0px;
	color:#596176;
	float: left;
	border: 2px solid #d0d0d0;	
}
.email {
	width: 350px;
	background: #FBF7EC;
	padding: 3px 0px 3px 0px;
	color:#596176;
	float: left;
	border: 2px solid #d0d0d0;	
}
.antisp {
	width: 350px;
	background: #FBF7EC;
	padding: 3px 0px 3px 0px;
	color:#596176;
	float: left;
	border: 2px solid #d0d0d0;	
}
.commentaire {
	width: 350px;
	height: 120px;
	background: #FBF7EC;
	padding: 3px 0px 3px 0px;
	color: #596176;
	font-size: 1em;
	border: 2px solid #d0d0d0;
	text-align: left;
}
.button-submit {
	background-color:#78c6dc;	
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding: 2px 2px 2px 0px;
	color: #5b5b5b;
	width: 150px;
	float:left;
}	
