/* CSS Document */
#stats {
	width:100%;
	padding-bottom:80px;
}

#stats h1{
	font-size:16px;
}

#stats h2{
	font-size:14px;
}

#stats .intro {
	text-align:justify;
}

#resultats .colc{
	text-align:right;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
	font-size: 10px;
}

#resultats .gras {
	font-weight:bold;
}

#resultats{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#resultats .border_0{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #698DB2;
	text-align:center;
}

#resultats .border_1{
	border: 1px solid #CCCCCC;
	color: #666666;
}

