body, html {
	background-color: #e2e2e2;
	height: 100%;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-family: tahoma;
	color: #666666;
}
#contenu {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	display: block;
	position: relative;
}
#contenu-index {
	display:table;
	margin-top:10%;
	padding:0px;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	width: 100%;
}
#body-index {
	overflow: hidden;
    background-color: #e2e2e2;
	height: 98%;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-family: tahoma;
	color: #666666;
}

