html {}

.body {
	font-family: Helvetica;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#conteneur {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
}

#banniere {
	width:100%;
	height: 116px;
}

#menu {
	width:100%;
	height: 42px;
}

#central {
	position: relative;
	height:auto;
	width:100%;
}

#central_dedans {
	height:auto;
	margin: 0 auto;
	width:980px;
}

#pied {
	height:149px;
	width: 100%;
}