BODY {
	background-color : #FFFFFF;
	font-family : "Times New Roman", Times, serif;
	font-size : 9pt;
}

TD {
	font-size : 9pt;
}

A:link {

	color : #000000; 

	font-weight: normal;

	text-decoration:underline;

	font-size : 9pt;

}

A:visited{

	color : #666666; 

	font-weight: normal;

	text-decoration:underline;

	font-size : 9pt;

}

A:hover {

	color : #ff0000; 

	font-weight: normal;

	text-decoration:underline;

	font-size : 9pt;

}

A:active{

	color : #009900; 

	font-weight: normal;

	text-decoration:underline;

	font-size : 9pt;

}

UL {
	font-size : 10pt;
}


LI {
	color : #000000;
	font-size : 9pt;
}

.ok {
  color : #009900;
  font-weight: bold;
}

.nok {
  color : #FF0000;
  font-weight: bold;
}
h1 {
	font-style: italic;
	color: #009900;
	font-size: 16pt;
	font-weight: bold;

}

h2 {
	font-style: italic;
	color: #009900;
	font-size: 14pt;
	position: relative;
	left: 25px;



}

h3 {
	font-style: italic;
	color: #009900;
	font-size: 12pt;
	position: relative;
	left: 50px;

}

.resultats {
	text-transform: capitalize;
	font-size: 9pt;
	background-color : #FFFFFF;
}
.resultatsProv {
	text-transform: capitalize;
	font-size: 9pt;
	background-color : #EEEEEE;
}
.resultatsHover {
	text-transform: capitalize;
	font-size: 9pt;
	background-color : #00FF00;
	color:#000000;
}

th {
	font-weight: bold;
	text-align: left;
	font-size : 10pt;
}

