body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background: white;
	font-family: Tahoma;
	color: #333333;
	font-size: 8pt;
	background-color: white;	
}

#container {
	position: relative;
	margin: 14px 140px 20px 0px;
	left: 24px;
	width: 480px;
	height: 350px;
}

.messages {
	text-align: center;
	color: #FF0039;
	height: 16px;
}

/** Critères **/
div.criteres
{
	position: relative;	
}


/** Resultats **/
div.resultats
{
	position: relative;	
}

/** Image de progression **/

div.progressContainer
{
	position: absolute;	
	right: 0;
	top: 40px;
}

div.progress
{
	vertical-align: middle;
	margin: 2px;	
	width: 20px;
	height: 20px;
	background : url("../../Images/indicator.white.gif") no-repeat;	
}

/** Titre **/

.criteres .cssTitre
{	
	postition: relative;
	border: 1px solid #b9d3f1;
	background: #dae7f7;
	color: #072b97;
	margin: 10px 7px 10px 7px;
	text-align:center;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}