body {
  background-color: #c0c0c0;
}

p, span, div, td {
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
}

a:active  { color: #8c181b; }
a:visited { color: black; }
a:link    { color: black; }
a:hover   { color: #8c181b; }

a.menu {
  font-size: 15px;
  text-decoration: none;
}

a.footer { color: white; }

span.titreSection {
  color: #606060;
  font-size: 17px;
  font-weight: bold;
}

span.small { font-size: 11px; }

p.copyright {
  color: black;
  text-align: center;
  vertical-align: top;
  font-size: 11px;
}

#navlist
{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#navlist li
{
/*  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
*/

  margin-top: 5px;
  padding-top: 2px;

  padding-bottom: 5px;

  padding-left: 15px;
  
  background-repeat: no-repeat;
  background-position: -5px 0px;
  background-image: url(../images/menu.gif);
  
}

#navlist li ul
{
  padding-top: 5px;
}

