body{
	margin : 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #ffffff url("../images/fd_bas.png") repeat-x bottom;
}
body *{
	margin: 0px;
	padding: 0px;
}
a{
	color: #225e9b;
}
div{
/*	border: 1px solid #ff0000;
	padding: 5px;
	margin: 5px;*/
}
#body{
	width: 100%;
	background: transparent url("../images/fd_haut.png") repeat-x top;
}
#contenant{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 999px;
}
#haut{
	position: relative;
	top: 0px;
	height: 167px;
	width: 999px;
	z-index: 400;
	background: transparent url("../images/fd_haut.png") repeat-x top;
}
#centre{
	position: relative;
	min-height: 300px;
	width: 999px;
	padding: 0px;
/*	padding-top: 20px;*/
/*	padding-top: 170px;
	margin-bottom: 170px;*/
	z-index: 200;
}
#bas{
	position: relative;
	bottom: 0px;
	height: 166px;
	width: 999px;
	clear: both;
	z-index: 400;
	background: url("../images/fd_bas.png") repeat-x bottom;
}
