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

#preloader {
position:absolute;
background-color:white;
height:100%;
width:100%;
display:none;
z-index:100; /* Mettez le z-index au-dessus des autres */
background: #000 url('../images/bg.jpg')  no-repeat 50% 0;
}

*+html #preloader{
  left:-70px;
}

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

