/*
   styles for yellow and blue tables in resultats.htm
*/

table.yellow
  {border:solid 4px #FFCC00; border-collapse:collapse; width:520px;
   background-color:#FFFFCC; font-family:arial,helvetiva,sans-serif;    font-size:10pt;}

table.blue
  {border:solid 4px #0E69F0; border-collapse:collapse; width:520px;
   background-color:#79B3F7; font-family:arial,helvetiva,sans-serif; font-size:10pt;}

th.yellow
  {font-family:arial,helvetiva,sans-serif; font-size:12pt; color:#0E69F0; vertical-align:top;
   height:45px; background-color:#FFCC00;}

th.blue
  {font-family:arial,helvetiva,sans-serif; font-size:12pt; color:#FFCC00; vertical-align:top;
   height:45px; background-color:#0E69F0;}

table.equipe
  {border:none; border-collapse:collapse; font-family:arial,helvetiva,sans-serif; font-size:10pt;}
