#contenu {
	float: left;
	position: relative;
	bottom: 10px;
	top: 10px;
	right: 10px;
	left: 10px;
	height: 50px;
	width: 400px;
}
#conteneur {
	margin-left: -200px;
	float: left;
	position: relative;
	left: 50%;
	width: 400px;
}
#body {
	margin: 0px;
	background-color: #ffffff;
}
#bottom {
	color: #162983;
	margin: 0px;
}
