body {
	background-color: #AB5323;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:5px 0 0 5px;
	padding:0;
}
h1 {
		color:#F3CD8C;
		font-size:16px;
		margin:5px 0;
}
table td { text-align:center; padding:2px 0; font-size: 10px;}
.ligne_claire {
	background-color: #EBB95A;
	color:#000;
}
.ligne2 {
	background:#FFEFCF;
}
tr.excellence td { background-color:#FFCCFF; }
tr.or td { background-color:#F8FAA9 }
tr.argent td { background-color:#DAF9FA }
.ligne_titre {
	background-color: #7F3F1B;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height:20px;
}
.ligne_pays_ville {
	color: #7F3F1B;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height:16px;
}
.gras {
	font-weight:bold;
}
#tableau_gagnant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse:collapse;
}
#tableau_gagnant td {
	/*background-color:#D8D95D;*/
	/*text-align:center;*/
	height:20px;
	color:#4f4b20;
}
#tableau_gagnant tr {
	background-color:#FFF;
}
#tableau_gagnant th {
	background-color:#F5F6D4;
	text-align:center;
	padding:5px 0;
	color:#4f4b20;
	font-weight:bold;
}
#tableau_gagnant td.entete {
	color:#000;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	background-color:#CFB333;
	height:20px;
	line-height:20px;
	text-align:center;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
#tableau_gagnant tr.dark {
	color: #000;
	font-family: Verdana;
	background-color:#F5F6D4;
}
.trophee {
	background-color:#CCC158;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}