/* CSS Document */
body{
	margin:0px;
	padding:0px;
}

#bloc_gris{
	background-color:#FFFFFF;
	
	position:absolute;
	top:50%;
	height:47px;
	width:100%;
	margin-top:-57px;
	text-align:center;
}

#bottom{
	position:absolute;
	top:50%;
	margin-top:-5px;
	width:100%;
	height:10px;
	text-align:center;
	
	
	}

#milieu{
    /*background-image: url("centre.gif");*/
    background-repeat: repeat-x;
	position:absolute;
	top:50%;
	margin-top:-10px;
	width:100%;
	height:10px;
	text-align:center;
}