/* Le tableau de chasse  */
#stats {
	padding-top:25px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
}

#stats TABLE {
	width:650px;
	border-collapse: collapse;
	border:1px solid #C08D2A;
}


#stats TABLE TR TD {
	border:1px solid #C08D2A;
	font-size:0.8em;
	padding:5px;	
}

#stats TD.titreInstance {
	background-image: url('/Aurora/img/fondtitrechasse.jpg');
	background-repeat: repeat;
	border-left:1px solid #C08D2A;
	border-right:0px solid #C08D2A;
	text-align:left;
}


#stats TR.lignePaire {
	background-color: #000000;
}

#stats TR.ligneImpaire {
	background-color: #222222;
}

#stats .celluleTitre {
	text-align:left;
}