@charset "UTF-8";
/* CSS Document */
/* Structure */
html, body {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0;
	padding:0;
}
body {
	background-image:url(images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#080e1c;
	color: #5c6061;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
}
#wrapper{
	margin-left: auto;
    margin-right: auto;
    width: 830px;
    text-align: left; /* on rÃ©tablit l'alignement normal du texte */
}
#header{
	background-image:url(images/bg_header.gif);
	background-position:top;
	width:830px;
	height:59px;
}
#header ul{
	float:right;
	margin-right:25px;
	margin-top:38px;
	margin-bottom:0;
}
#header ul li{
	float:left;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	font-size:12px;
	background-image:url(images/menu_separator.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:2px;

}
#header ul li#last{
	background:none;
}
#header ul li a{
	color:#a7b0c1;
	text-decoration:none;
}
#header ul li a#selected{
	color:#0a64c4;
	text-decoration:none;
}
#header h1{
	display:none;
	visibility:hidden;
}
#content{
	background-color:#FFFFFF;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#content h1, #content h2, #content p,#content ul{
	color:#000033;
	margin:0;
	text-align:left;
	padding-top:15px;
	clear:both;
}
#content h3{
	text-align:center;
	color:#666666;
}
#content a{
 color:#FF9900;
 text-decoration:none;
}
#content a:hover{
 color:#FF9900;
 text-decoration:none;
}
#nav{
	background-color:#FFFFFF;
	text-align:center;
	height:200px;
}
#bottom{
	background-image:url(images/bg_bottom.jpg);
	background-position:top;
	width:830px;
	height:152px;
	margin-bottom:50px;
	clear:both;
}
/* contact form */
form#contact{
	margin:0;
	padding:0;
	text-align:left;
}
fieldset{
	margin:0;
	padding:20px;
	border: 1px solid #d84f0b;
	margin-bottom:10px;
}
legend{
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #d84f0b;
	border: 1px solid #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;
	margin-top:25px;
}
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;
}
.thumb{
	float:left;
	margin-left:25px;
	border:0px;
}
.photos{
float:right;

}
#red{
color:#FF0000;
font-size:16px;
}
