/* Tableau d'une compétition */
.fs_tableau 		{margin-bottom: 15px; border: 1px solid #666; font-family: arial, verdana, tahoma; font-size: 12px; color: #000; width: 690px;}
.fs_tableau a 		{text-decoration: none; color: #000;}
.fs_tableau a:link	{text-decoration: none;}
.fs_tableau a:visited	{text-decoration: none;}
.fs_tableau a:active	{text-decoration: none;}
.fs_tableau a:hover	{text-decoration: none;}

/* Compétition */
.fs_ligne_competition td { padding: 6px; background-color: #3b99ef; color: #fff;}
.fs_ligne_competition td a { color: #fff; }

/* Date */
.fs_ligne_date td {  padding: 3px; text-align: center; background-color: #d6e8fc; }

/* Alternance des lignes matchs */
.fs_ligne_match1 td { background-color: #FFF; border-bottom: 1px solid #DDD; }
.fs_ligne_match2 td { background-color: #FFF; border-bottom: 1px solid #DDD; }

/* Cellules de chaque ligne match */
.fs_cellule_equipe1 { padding: 3px 0px; text-align: center; width: 131px; }
.fs_cellule_score   { padding: 3px 3px; text-align: center; width: 32px; }
.fs_cellule_equipe2 { padding: 3px 0px; text-align: center; width: 131px; }

/* Ligne classement */
.fs_ligne_classement td { padding: 3px; text-align: right; font-weight: bold; background-color: #d6e8fc; }

/* Ligne score (heure / live / fin) */
.fs_score_heure {color: #F00 ! important;}
.fs_score_live  {color: #390 ! important; font-weight: bold;}
.fs_score_fin   {color: #000 ! important; font-weight: bold;}