@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #5a5449;
	background-image: url(../images/fond_page.jpg);
	background-repeat: repeat-x;
}
#contenair {
	position: relative;
	width: 1201px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#background {
	position: absolute;
	width: 1201px;
	z-index: 1;
	height: 716px;
}
#entete {
	position: absolute;
	height: auto;
	width: 801px;
	left: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	z-index: 3;
}
#menu {
	position: absolute;
	width: 801px;
	z-index: 2;
	height: auto;
	left: 200px;
	top: 295px;
}
#corps {
	position: absolute;
	height: auto;
	width: 801px;
	z-index: 1;
	top: 475px;
	left: 200px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
sup {
	line-height: -2px;
}

