/* CSS Document */
body {
	margin:0px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#fff;
}
#contener {
	position:relative;
	width:794px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
}
#haut {
	float:left;
	width:100%;
	height:100%;
	margin-top:-22px;
	background-image: url(../img/fond.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom:15px;
}
#bas {
	float:left;
	width:100%;
	height:13px;
}
#centre {
	margin:22px;
	width:750px;
	float:left;
	position:relative;
}
#separation {
	float:left;
	margin-top:0px;
	width:100%;
	height:8px;
	background-image: url(../img/separation.gif);
	background-repeat: repeat-x;
}
#menu {
	position:relative;
}
