body {
  background-color: white;
}

p, span, div, td {
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
}

a:active  { color: red; }
a:visited { color: #8b0000; }
a:link    { color: #8b0000; }
a:hover   { color: red; }

a.clean { text-decoration: none; }

span.titreSection { color: white; }

span.small { font-size: 11px; }

p.copyright {
  color: black;
  text-align: center;
  vertical-align: top;
  font-size: 11px;
}