/* CSS Document */

*
{
	margin  : 0;
	padding : 0;
}

#titleEntraineurs
{
	padding-left : 15px;
}

#titleAthletes
{
	padding-left : 15px;
}

#mainContentEntraineurs
{
    background-color : #ff9933;
	padding-top      : 20px;
	padding-left     : 15px;
	text-align       : center;	
}

#mainContentAthletes
{
	padding-top  : 20px;
	padding-left : 15px;
}

.nomEntraineurs
{
	font-size   : 12px;
	font-weight : bold;
}

.titreAthletes
{
	color       : #f88c10;
	font-size   : 14px;
	font-weight : bold;
}

.athlete
{
	font-size : 11px;
	color     : #666666;
}

.athletesCategorie
{
	font-weight : bold;
	color       : #000000;
	font-size   : 12px;
}

.ironAthletes
{
	color : #FF0000;
}



