/* CSS Document */
html, body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0;
}
form{
	margin:0;
	padding:0;
}
body {
	background: #0e586d;
	color: #5c6061;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
}
#wrapper {
	background: url('images/bg_wrapper.jpg') right top repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 925px;
    text-align: left; /* on rétablit l'alignement normal du texte */
}
#header{
	background: url('images/bg_header.jpg') left top repeat-x #fff;
	width:925px;
	height:220px;
	padding-top:1px;
}
#header img{
	margin-left:30px;
	margin-top:35px;
}
#nav{
margin-top:32px;
margin-left: 75px;
	width:750px;
}
#nav li {
    margin: 0;
    padding: 0;
    display: inline;
}
#nav li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 42px;
	color:#fff;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
	font-weight:bold;
}
#nav li a#current {
    display: block;
    float: left;
    height: 40px;
    line-height: 42px;
	color:#fff;
    text-decoration: none;
    text-align: center;
    background: url('images/bg_nav.jpg') repeat-x;
    padding: 0 10px;
	font-weight:bold;
	
}
#content{
	width:770px;
	margin-left:50px;
	margin-top:20px;
} 
h1, h2{
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	color:#d84f0b;
	text-transform:uppercase;
	font-size:24px;
	font-weight:lighter;
}
h1{
	padding-top: 8px;
}
h2{
	font-size:14px;	
	text-transform:none;
	margin-bottom:0;
}
p{
	color:#5c6061;
	margin-top:0;
	margin-bottom:10px;
}
a{
color:#c9252b;
}
#bottom{
	text-align:center;
	font-size:9px;
	color:#9eacaf;
	clear:both;
	padding-bottom: 20px;
	padding-top:20px;
	height:10px;
}
#bottom a{
	color:#9eacaf;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#gallerie{
	width:325px;
	float:right;
	margin-left:25px;
}
#prix{
	width:400px; 
	border:0;
	margin-bottom:10px;
	border-collapse:collapse;
}
#prix .bor{
	border-left:1px dashed #d84f0b;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
#prix td.bor{
	color:#d84f0b;
}
/* contact form */
form#contact{
	margin: 10px 0;
}
fieldset{
	margin: 20px 0px;
	padding: 0 10px 10px;
	border: 1px solid #d84f0b;
}
legend{
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #d84f0b;
}
strong{
	color: #aaaaaa;
}
fieldset div{
	clear: both;
	margin: 10px 0;
	padding: 1px 0;
}
fieldset label{
	font-weight: bold;
	vertical-align: middle;
	line-height: 22px;
}
fieldset#personal label{
	float: left;
	width: 100px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 22px;
}
fieldset#personal label.checklabel{
	font-weight: normal;
	float: none;
}
input{
	margin: 0 2px;
	vertical-align: middle;
}
input.button{
	padding: 2px;
}
input.text:focus, fieldset#demande textarea:focus{
	background: #E2E6EA;
}
input.text,select{
	border: 1px solid #c4ccd5;
	margin: 2px 0;
}
input.text{
	height: 16px;
	padding: 3px;
}
fieldset#controls{
	border: none;
	padding: 0;
}
fieldset#controls input{
	background-color:#FFFFFF;
	border: 1px solid #d84f0b;
	color:#d84f0b;

}
fieldset#demande textarea{
width:380px;
	margin: 0;
	height: 180px;
	border: 1px solid #c4ccd5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#divcontact{
	width:325px;
	float:right;
	margin-left:25px;
	margin-top:62px;
	height:600px;
}
#divcontact a{
	color:#5c6061;
}
#plan{
	border:1px solid #d84f0b;
	margin-bottom:25px;
}
