html, body {
    height: 100%;
}


* {
	margin:0px;
	padding:0px;
}



body {
	font-family: Helvetica, Arial,  sans-serif;
	color: #363636;
	font-size: 15px;
/*	background-image:url(/img/fond_site.gif);
	background-repeat: repeat-y;
	background-position:center top;*/
	background-color:#f5f5f5;
	
}



h1, h2, h3{
	font-family: 'dejavu_serifitalic', Helvetica,  Arial, sans-serif;
	letter-spacing: -0.02em;
	line-height:1.2em;
}

p{
padding-bottom:1.2em;
line-height:1.3em;
}

h1{
font-size:36px;
color:#8B6442;
padding-bottom:20px;
font-weight:normal;

}

h2{
font-size:24px;
color:#363636;
padding-bottom:20px;
font-weight:normal;
}
h3{
font-size:24px;
color:#8B6442;
padding-bottom:20px;
font-weight:normal;
}
.couleur_or{
color:#8B6442;	
}
.couleur_noir{
color:#363636;	
}
.entete{
font-size:12px;
color:#363636;
text-transform:uppercase;
font-weight:bold;
	
}



.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float: right;
padding-left:10px;
}

.clear{
	clear:both;
}
a, a:active, a:active, a:link, a:visited{
text-decoration: none;
color:#11698e;
}
a:hover {
text-decoration:none;
}
a {
 outline: none;
 cursor:pointer !important;
}


a:active {
 outline: none;
}

:focus {
 -moz-outline-style: none;
}

#header, #content_site, #footer{
	width:940px;
	position:relative;
	margin:auto;

}

#menu_header{
	width:666px;
	float:right;
	margin-top:15px;
}

#container{
	
	}
	

#logo{
	float:left;
	width:274px;
}
 #content_site{
	
	
 }
#bandeau_image{
/*	max-width:1680px;
	min-width:940px;*/
	width:100%;
	height:439px;
	position:relative;
	margin:auto;
	overflow:hidden;
	
}

@media (min-width:1680px){
#bandeau_image{  top center no-repeat; background-size:100%;}

}
.container_zone_bleue{
	width:940px;
	margin:auto;
	margin-top:260px;	
}

.zone_bleue{
	width:1604px;
	margin-left:-1000px;
	background-image:url(/img/fond_zone_bleu.png);
	font-family: 'dejavu_serifitalic', Helvetica,  Arial, sans-serif;
	font-size:36px;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.zone_bleue p{
	margin:0px;
	padding:0px;
	line-height:1.0em;
	
}

#box1, #box2 , #box3{
	position:relative;
	width:300px;
	height:200px;
	min-height:200px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:20px;
	border-top:3px solid #d8d8d8;
	padding-top:14px;
	padding-bottom:40px;
	
}
#box1{
	margin-left:0px;	
}
div.homebox a.boxlink{
	position:absolute;
	bottom:0px;
	
}
a.boxlink{
   border-top: 3px solid;
    bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%;
	
}

#page_content{
	width:680px;
	float: right;
	padding-right:20px;
	padding-top:20px;
	margin-top:30px;
	border-top:3px solid #d8d8d8;
}
#page_content ul{
	padding-left:20px;	
}
#page_content ul li{
	margin-bottom:10px;
	
}
#link_contact{
	
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:20px;
	border-bottom:3px solid #d8d8d8;
}

.icone_link a{
	line-height:30px;
	height:30px;
	margin-bottom:10px;
	display:block;
}
.hr{
	border-top:3px solid #d8d8d8;
	 margin-bottom: 20px
	
}

input.errormsg {
    border-color: #FF0000;
    color: #FF0000;
}
.errormsg {
  float: right;
    line-height: 30px;
	color:#FF0000;
}
input, textarea {
	background-color:#FFF;
	color:#363636;
	margin-bottom:10px;
    font-size: 12px;
    padding: 2px;
    width: 194px;
	border:0px;
	border:1px solid #a8a8a8;
	
}
input{
	height:26px;
	line-height:30px;
}
a.btnsmall{
	width:188px;
	text-align:center;
	background-color:#11698e;
	color:#FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display:block;
	padding:6px;
	
}

.objet_liste {
	padding-bottom:40px;
	border-bottom: 3px solid #D8D8D8;
	margin-bottom:17px;
	
	
}
.img_listing{
	float: left;
	margin-right:30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 6px 2px #999;
box-shadow: 2px 2px 6px 2px #999; 
}
a.open_plus {
	color:#909090;
    padding-right: 20px;
}
a.open_moins {
  	color:#909090;
    padding-right: 20px;
	
}
a.open_moins, .more_text{
	display: none;
	
}
.lastlink, .firstlink{
	cursor:pointer;	
}
#copyright{

    color: #666666;
/*  margin-right: 370px;*/
  
    position: relative;
    text-align: right;
	width:940px;
	margin:auto; 
	padding-top: 60px;
}