@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
html, body{
	/*width: 100%;*/
}
body{
	background-color:#faf0cc;

}
.page{
	width:901px;
	margin:0 auto 0 auto;
}
#header{
	position: relative;
	height:176px;
	width: 901px;
	background:url(img/header.jpg);

}

#menu{
	width: 200px;
	float:left;
	height: 372px;
	background-image: url(img/fondMenu.gif);
	background-position: bottom;
}
#menu a{
	border-top: 1px solid #FFFFFF;
	display:block;
	float:left;
	width: 200px;
	height: 25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background: url(img/fondLienMenuOff.jpg) repeat-x;
}
#menu a:hover{
	background: url(img/fondLienMenuOn.jpg) repeat-x;
}
#encartMarron {
	float: left;
	height: 25px;
	width: 700px;
	background-color: #937612;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left:1px solid #FFFFFF;
}
a#mail{
	height:25px;
	width:38px;
	float:right;
	background:url(img/lettreOff.gif) no-repeat;
}
a#mail:hover{
	float:right;
	background:url(img/lettreOn.gif) no-repeat;
}
a#print{
	height:25px;
	width:25px;
	float:right;
	background:url(img/print.gif) no-repeat;
}
a#print:hover{
	float:right;
	background:url(img/printOn.gif) no-repeat;
}


#contenu {
float:left;
	width: 680px;
	padding: 10px;
	font-size: 11px;
	color: #6f590b;
}

#corps {
background-color: #FFF;float:left;
}

#contenu h2 {
	font-size: 24px;
	color: #6f590b;
	font-weight:normal;
}
#contenu h2 strong {
	font-size: 24px;
	color: #aac622;
	font-weight:bold;
}
#contenu h3 {
	font-size: 16px;
	color: #6f590b;
	font-weight:normal;
}
#contenu h3 strong {
	font-size: 16px;
	color: #aac622;
	font-weight:bold;
}
#footer{
	line-height: 25px;
	position: relative;
	height: 25px;
	width: 901px;
	float: left;
	background-color: #ded5b5;
	color: #937612;
	text-align: center;
}
#footer a{
	color: #937612;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#formulaire {
	float: left;
	width: 50%;
}
#formulaire input{
	border:1px solid #faf0cc;

}
#adresse {
	float: left;
	width: 50%;
	text-align: center;
}
textarea, select{
	border: 1px solid #faf0cc;
}
#submit{
	background-color: #ffffff;
	color: #6f590b;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #faf0cc;
	border-bottom-color: #faf0cc;
	border-left-color: #faf0cc;
}

#submit:hover{
	background-color: #6f590b;
	color: #ffffff; 
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #6f590b;
	border-bottom-color: #6f590b;
	border-left-color: #6f590b;
}