a:link {
	color: #FFD900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFD900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color:  #FFD900;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	background-color:  #FFD900;
	font-weight: bold;
}
.titre_club {
	font-size: 14px;
	font-weight: bold;
	color: #FFD900;
	text-transform: uppercase;
	text-align: left;
}
.titre_tableau_club {
	color:#333333;
	background-color: #FFD900;
	text-transform: uppercase;
	text-align: left;
}
