@CHARSET "UTF-8";

/*
 * Fichier CSS appellé partout sur le site
 * Que cela soit admin, site, browser
 */


#LoadingPage{
	display: none;
	position: fixed;
	text-align: center;
	z-index: 100;
}

#LoadingPage div{
	padding-top: 100px;
	color: white;
	font-weight: bold;
}