@charset "UTF-8";
/* CSS Document */

/*animation chargement*/
#preloader {
	position:fixed;
	background-color:white;
	height:100%;
	width:100%;
	display:none;
	z-index:5;
}

#preloadIMG {
	position:fixed;
	left:50%;
	width:20px;
	height:20px;
	top:450px;
}
