body {
  background-color: white;
}

p, span, div, td {
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
}

a:active  { color: blue; }
a:visited { color: #303030; }
a:link    { color: #303030; }
a:hover   { color: blue; }

a.clean { text-decoration: none; }
a.article { color: blue; }

span.titreSection {
  color: white;
  font-weight: bold;
}

input.searchBox {}
input.phone {}

span.small { font-size: 11px; }

p.copyright {
  color: black;
  text-align: center;
  vertical-align: top;
  font-size: 11px;
}

/* menu */

td.menuItem {
  background: #888888;
}

td.menuItemActive {
  background: #eeeeee;
}

p.menuItem {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

p.menuItemActive {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}