/* html, body { height:100%; margin:0px; padding:0px;} */

#preloader {
	position:absolute;
	background-color:#cccccc; /* fond gris */
	height:80%;
	width:100%;
	display:none;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0C419A;
	text-align: center;
	padding-top: 150px;
	font-size: 16px;
}

#preloadIMG {
position:absolute;
left:50%;
width:20px;
margin-left:-10px;
height:20px;
top:250px;
}