body{
	margin : 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(../images/fd_body_haut.png) repeat-x top;
	color: #000000;
}
body *{
	margin: 0px;
	padding: 0px;
}
a{
	color: #db7904;
}
div{
/*	border: 1px solid #ff0000;
	padding: 5px;
	margin: 5px;*/
}
#body{
	width: 100%;
	background: url("../images/fd_body_bas.png") repeat-x bottom;
}
#contenant{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	background: #FFFFFF;
}
#haut{
	position: relative;
	height: 184px;
	width: 100%;
	background:url(../images/fd_haut.png) no-repeat top center;
	z-index: 400;
}
#centre{
	position: relative;
	min-height: 400px;
	width: 995px;
	padding: 0px;
	padding-top: 20px;
	z-index: 200;
}
#bas{
	position: relative;
	margin-top: 20px;
	height: 182px;
	width: 100%;
	background:url(../images/fd_bas.png) no-repeat bottom center #0d3082;
	color: #FFFFFF;
	clear: both;
}
