body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 100%;
}
#cache {
    position:absolute; 
    z-index:1000; 
    text-align:center;
    width:100%;
    height:100%;
}
#cache .load_back {
	position:absolute; 
	z-index:1001;
	top:0;
	margin: auto;
    width:100%;
    height:100%;
	text-align:center;
	background-color: white;
}
#cache .loading {
	position:absolute; 
	z-index:1002;
	width: 250px;
	height: 80px;
	left: 50%; 
	top: 50%;
	margin-top: -40px; /* moitié de la hauteur */
	margin-left: -125px; /* moitié de la largeur */
	text-align:center;
	border: 1px solid #666666;
	background-color: white;
}
#cache .loading img {
	margin-top: 20px;
}
