/* Classement */

div.FcB_titre {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
  background-color: #D33D33; 
  text-align:center;
  margin:auto 4%;
  color: #FFFFFF; 
}

table.Fcb_01 {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
}

table.Fcb_02 {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
  text-align: center;
  cellspacing: 0;
  cellpadding: 0;
  width: 92%;
}



/* Baremes */

table.Fcb_help {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
  text-align: center;
  cellspacing: 0;
  cellpadding: 0;
  width: 90%;
}

tr.FcB_titre_help td, {
  background-color: #D33D33; 
  color: #FFFFFF; 
  font-size: 10pt;
}

tr.FcB_help {
  background-color: #3b487f; 
  width: 100%;
}

td.FcB_help {
  background-color: #FFFFFF; /* blanc */
  text-align:center;
}


/* Infos Fétiche */

table.Fcb_table_infos {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
}

tr.FcB_titre_infos {
  background-color: #D33D33; 
  color: #FFFFFF; 
  font-size: 10pt;
  width: 60%;
}

td.FcB_ligne_infos_c {
  text-align:center;
}

td.FcB_ligne_infos_l {
  text-align:left;
  width: 40%;
}

td.FcB_ligne_infos_r {
  text-align:right;
  width: 40%;
}

tr.fcb {
  background-color: #a50e0e;
  color: white;
} 

tr.fcb td, {
  font-size: 10pt;
  color: black; 
} 

tr.accession {
  background-color: #FFFFFF;
} 

tr.accession td, {
  font-size: 10pt;
  color: #a50e0e; 
} 

tr.relegation td, {
  font-size: 10pt;
  color: #FFFFFF; 
} 

tr.barrage td,
tr.lifoot1 td, 
tr.lifoot2 td {
  font-size: 10pt;
} 

tr.barrage {
  background-color: #FFcc99; /* saumon */
} 

tr.relegation {
  background-color: #a50e0e; /* rouge */
}

tr.lifoot1 {
  background-color: #E5E5E5; /* gris */
}

tr.lifoot2 {
  background-color: #FFFFFF; /* blanc */
}

tr.trfoot3 {
  background-color: #D33D33; /* rouge */
  color: #FFFFFF; 
  font-size: 10pt;
}

tr.ligne1 {
  background-color: #E5E5E5 /* première ligne grise du classement */
}

tr.ligne2 {
  background-color: #FFFFFF /* seconde ligne blanche du classement */
}


/* Tableau journée */

tr.date { /* date des rencontres*/
  color: #FFFFFF; 
  background-color: #848484 
}


/* Calendrier */

font.victoire {
  color: #339933 /* couleur du texte désignant une victoire */
}

font.nul {
  color: #ff9933 /* couleur du texte désignant un nul */
}

font.defaite {
  color: #FF3300 /* couleur du texte désignant une défaite */
}

td.cld1 { /* cellule gauche tableau */
  text-align:right; 
  width:40% 
}

td.cld2 { /* cellule droite tableau */
  text-align:left; 
  width:40% 
}


/* Autres */

tr.trphpl {
  font-size: 10pt
}

tr.trphpl2 {
  background-color: #F5F5F5; 
  vertical-align: top;
  font-size: 10pt
}

tr.trphpl3 { /* titre dans les tableaux */
  background-color: #D33D33; 
  color: #FFFFFF; 
  font-size: 10pt; 
}

/* Pronostics */

table.prono { /* fond du tableau */
  background-color: #3b487f
}

td.prono1 { /* fond du tableau */
  background-color: #3b487f
} 

.jaune {  /* titre page d'accueil */
  font-size: 10pt; 
  color: #FFFF00;
  font-family: 'Raleway',sans-serif;
}

.blanc { /* texte */
  font-size: 9pt; 
  color: #FFFFFF; 
  font-family: 'Raleway',sans-serif;
} 

.noir { /* autre texte */
  font-size: 10pt; 
  color: #000000; 
  font-family: 'Raleway',sans-serif;
}

.blanctitre { /* titre en haut de pages */
  font-size: 12pt;
  color: #FFFFFF;
  font-family: 'Raleway',sans-serif;
}

.bleu { /* autre texte */
  font-size: 8pt; 
  color: #3b487f;
  font-family: 'Raleway',sans-serif;
}


/* Calendrier saison FcB */

table.Fcb_table_saison {
  border-style: solid; 
  border-color: #D33D33; 
  border-width: 1;
}

tr.FcB_titre_saison {
  background-color: #D33D33; 
  color: #FFFFFF; 
  font-size: 10pt;
  width: 100%;
}

td.FcB_ligne_saison_c {
  text-align:center;
}

td.FcB_ligne_saison_l {
  text-align:left;
  width: 26%;
}

td.FcB_ligne_saison_r {
  text-align:right;
  width: 26%;
}

td.FcB_ligne_saison_d {
  text-align:left;
  width: 25%;
}

td.FcB_ligne_saison_j {
  text-align:right;
  width: 5%;
}
