body
{
  background: #ffffff;
  color: black;
  padding: 10px;
  margin: 10px;
  font-family: sans-serif; 
  font-size: 12pt;
}


a:link    { color: #00c000; }
a:visited { color: #00c000; }
a:hover   { color: red; }
a:active  { color: #00ff00; }

a
{
  text-decoration: none;
}


td
{
  color: black;
  font-family: sans-serif; 
  font-size: 12pt;
}

td.blackbold
{
  color: black;
  font-family: sans-serif; 
  font-weight: bold;
  font-size: 12pt;
}

td.redbold
{
  color: red;
  font-family: sans-serif; 
  font-weight: bold;
  font-size: 12pt;
}


p
{
  color: black;
  text-align: justify;
  font-size: 12pt;
}

p.titre
{
  font-size: 16pt;
  font-weight: bold;
}

p.section
{
  font-size: 14pt;
  font-weight: bold;
}
