/* Equipe Joueur */
#saison_tableau_affichage tr {
	background	: url(../images/saisons/fond_ligne_classement.gif) repeat-x top;
	height		: 26px;
}
#saison_tableau_affichage tr td {
	color		: #FFFFFF;
	font-weight	: bold;
}
#saison_tableau_affichage tr.entete {
	background	: url(../images/saisons/fond_ligne_classement_entete.gif) repeat-x top;
	height		: 22px;
}
#saison_tableau_affichage tr.entete td {
	color		: #000000;
	font-weight	: bold;
}

#saison_tableau_affichage tr.on td {
	color	: #F7DF79;
}
