
/* Chargement */

#divLoadCont
{
	position: absolute; 
	height: 100%;
	width: 100%;	
	top: 0px; left: 0px; 
	background-color: #000000;	/*Arriere plan de couleur Noir */
	z-index: 999;
}

.TexteLoad
{
	font-weight: bold; 
	font-style: normal; 
	font-family: verdana, tahoma, helvetica, arial; 
	font-size: 16px;
	color: #f2bf24;
	text-align: center;
	text-decoration: none; 
}