body {
	font-family:Arial, Optima;
	font-size:0.9em;
	color:rgb(172,163,151);	
	margin-left:0px;
	margin-top:0px;
	background-color:white;	
}

a {
	text-decoration: none;
	color:rgb(169,162,156);
}

a:hover {
	text-decoration: underline;
	color:rgb(169,162,156);
}

a:active {
	text-decoration: underline;
	color:rgb(169,162,156);
}

a:visited {
	text-decoration: none;
	color:rgb(169,162,156);
}

img {
	border:0;
	display:inline;
}

#MainDiv {
	position:absolute;
	top:48%;
	left:50%;
	margin-left:-259px;
	margin-top:-250px;	
	width:518px;
	height:600px;
	z-index:10;
	text-align:center;	
}

#HeaderText {
	color:rgb(150,207,18);
	font-weight:bold;	
	text-align:center;
	font-size:24pt;
}

#sousTitre {
	color:rgb(150,207,18);
	font-weight:100;	
	text-align:center;
	font-size:14pt;
}

#WaitingText {
	position:relative;
	margin-top:30px;
	color:rgb(120,120,120);
	text-align:center;
	font-size:11pt;
	font-weight:lighter;
}

#PreloaderProgressBarCounter {
	position:relative;
	margin-top:50px;
	font-size:16pt;
	text-align:center;
}

#PreloaderProgressBarBorder {
	position:absolute;
	margin-top:5px;
	left:50%;
	margin-left:-216px;
	border:1px solid rgb(172,163,151);	
	width:432px;
	height:12px;
	text-align:left;
	z-index:8;
}

#PreloaderProgressBar {		
	background-image:url('/imgs/ProgressBar.jpg'); 		
	margin-left:Opx;
		
	width:0px;
	height:12px;
	z-index:10;
}

