@charset "utf-8";
/* CSS Document by Netoides - Octobre 2009*/

body {
	background-image: url(images/body.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	background-attachment: fixed;
	background-position: center top;
}
#conteneur {
margin-left:auto;
margin-right:auto;
width:898px;
}
#header {
height:207px;
width:898px;
}
#menu{
	width:768px;
	height:39px;
	background-image: url(images/menu.jpg);
	padding-top: 10px;
	padding-left:130px;
}
#menu a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	padding-left:14px;
	padding-right:14px;	
	}
#menu a:hover {
	color:#FBB426;
	}

#corps {
	background-image: url(images/corps.jpg);
	width:858px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 13px;
	line-height:1.2em;
	color: #000000;
}
#corps h1 {
	font-size:30px;
	color:#FBB32B;
	}
#corps h2 {
	font-size:20px;
	color:#562A05;
	}
#corps a {
	text-decoration:underline;
	color:#572907;
	}
#corps a:hover {
	text-decoration:none;
	color:#FFB226;
	}
#footer {
margin-left:auto;
margin-right:auto;
width:898px;
background-image: url(images/footer.jpg);
height:55px;
margin-bottom:20px;
}
#adresse {
	float:left;
	width:590px;
	padding-top:11px;
	font-size:14px;
	color:#FFFFFF;
	padding-left:10px;
	}
#copyright {
	float:right;
	whidth:380px;
	padding-top:21px;
	padding-right:18px;
	color:#FFFFFF;
	font-size:13px;
	}
#copyright a {
	text-decoration:none;
	color:#FFFFFF;
}
#copyright a:hover {
	text-decoration:underline;
	color:#FBB426;
}
