body
{
  background: #f9f9f9;
  color: black;
  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;
}


p
{
  color: black;
  text-align: justify;
}


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

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

td.toto
{
  background: #f9f9f9;
  color: black;
  padding: 1px;
  margin: 10px;
  font-family: sans-serif; 
  font-size: 12pt;
}
