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%;
}
#contenant{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}
#haut{
	position: relative;
	top: 0px;
	height: 231px;
	width: 100%;
	z-index: 400;
/*	background: transparent url("../images/bandeau.png") repeat-x top;*/
}
#centre{
	position: relative;
	min-height: 350px;
	width: 100%;
	padding: 0px;
/*	padding-top: 20px;*/
/*	padding-top: 170px;
	margin-bottom: 170px;*/
	z-index: 200;
}
#bas{
	position: relative;
	bottom: 0px;
	min-height: 62px;
	width: 100%;
	clear: both;
	z-index: 400;
	background: linear-gradient(to bottom, 
		#ebeced 0%, 
		#e3e5e9 50%, 
		#d9ddf1 50%, 
		#f0f1f3 100%); 
	border-top: 1px solid #868686;
	border-bottom: 1px solid #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}
