/* diverse.css */

#Sitemap {
  width: 575px;
}

#Sitemap ul li {
  list-style-type: none;
  list-style-image: none;
}

#Sitemap .section li {
  font-weight: bold;
  font-size: 14px;
  color: #0C295B;
  padding-left: 20px;
  margin: 10px;
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat 0 4px;
}

#Sitemap .section li a {
  color: #0C295B;
}

#Sitemap .rubric li {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #0C295B;
  background: url(/images/fleche-h3.gif) no-repeat 0 4px;
  font-weight: normal;
} 

#Sitemap .rubric li a {
  color: #0C295B;
  text-decoration: none;
}

#Sitemap .rubric li a:hover {
  text-decoration: underline;
}
