/*
 * This is a simple style sheet for the Engarde HTML overall ranking output.
 */
p.TresGros
{
   margin-top: 5px;
   margin-bottom: 5px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-weight: bold;
   font-style: normal;
   text-align:center
}

p.gros
{
   margin-top: 0;
   margin-bottom: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-weight: bold;
   font-style: normal;
}
 
p.petit
{
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
}

p.normal
{
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
}

table.liste 
{
  font-size: 100%;
  color: #000;
  background-color: #fff;
  border-collapse: collapse;
  border: 2px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size  : small;
}

table.liste th 
{
  background-color: #ffefd5;
  border: 1px solid #2f4f4f;
  padding: 2px 0.5em;
  font-weight : bold;
}

td.D 
{
    border-right:solid windowtext .5pt;
    font-weight : normal;
}

td.BD 
{
    border-bottom:solid windowtext .5pt;
    border-right:solid windowtext .5pt;
    font-weight : normal;
}

td.GBD 
{
    border-left:solid windowtext .5pt;
    border-bottom:solid windowtext .5pt;
    border-right:solid windowtext .5pt;
    font-weight : normal;
}

td.HBD 
{
    border-top:solid windowtext .5pt;
    border-bottom:solid windowtext .5pt;
    border-right:solid windowtext .5pt;
    font-weight : normal;
}

td.HGBD
{
    border:solid windowtext .5pt;
    font-weight : normal;
}
