body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #171717;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #A8A8A8;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#conteneur{
	width: 1000px;
	margin: auto;
}
#logo{
	position: relative;
	width: 500px;
	height: 56px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#bandeau_image{
	position: relative;
	width: 1000px;
	height: 287px;
	padding: 0px;
	margin: 0px;
}
#textes{
	position: relative;
	width: 1000px;
	height: 230px;
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: 34px;
	padding-bottom: 20px;
	padding-top: 25px;
}
h2{
	font-size: 20px;
	padding-bottom: 10px;
}
h3{
	font-size: 12px;
	padding-left: 220px;
	padding-right: 220px;
}
#footer{
	position: relative;
	width: 1000px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#footer_image{
	position: relative;
	float: left;
	width: 900px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#footer_lien{
	position: relative;
	float: left;
	width: 100px;
	height: 16px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#footer h6{
	text-align: right;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	outline: none;
}
