/* CSS Document */
html 

body{
	padding:0px; 
	margin:0px; 
	height: 100%;
	width: 100%;
	background-color:#595959;
}


.conteneur{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	width:800px;
	height:650px;
	background-color:#ffffff;
}
