@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #382F1E;
	margin: 0px;
	padding: 0px;
	background-color: #E0E1E1;
	background-image: url(../images/tiret.gif);
	background-repeat: repeat-x;
	background-position: 0% 156px;
}
* {
	margin: 0px;
	padding: 0px;
}
#contenant {
	height: auto;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#entete {
	height: auto;
	width: 929px;
	position: absolute;
}
#menu {
	position: absolute;
	height: auto;
	width: 892px;
	top: 127px;
}
#corps {
	position: absolute;
	height: auto;
	width: 1000px;
	top: 157px;
	left: 37px;
}
