body {
  background-color: #a7b5b9;
}

table {
  background-color: white;
}

p, span, div, td {
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
}

a:active  { color: #0c5a6d; text-decoration: none; }
a:visited { color: #0c5a6d; text-decoration: none; }
a:link    { color: #0c5a6d; text-decoration: none; }
a:hover   { color: #0c5a6d; text-decoration: underline; }

a.footer:active { color: white; font-weight: bold; }
a.footer:visited { color: white; font-weight: bold; }
a.footer:link { color: white; font-weight: bold; }
a.footer:hover { color: white; font-weight: bold; }

span.titreSection {
  color: #0f728c;
  font-size: 15px;
  font-weight: bold;
}

p.copyright {
  color: black;
  text-align: center;
  vertical-align: top;
  font-size: 11px;
}