/* diverse.css */

#Sitemap {
  width: 788px;
}

ul li {
  list-style-type: none;
}

h1 {
  padding: 0px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #E73800;
}

.section {
  text-transform: uppercase;
  color: #E73800;
  margin: 10px 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid black;
}

.section a {
  text-transform: uppercase;
  color: #E73800;
  margin: 10px 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.rubric a {
  margin: 10px 10px 5px 0px;
  font-size: 14px;
  padding: 0 0 2px 20px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  text-decoration: none;
  display: block;
  background: url(/images/contenue/arrow.gif) no-repeat 0 2px;
}

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

.rubric {
  padding: 5px 20px;
  color: #127DC9;
  font-size: 12px;
  font-weight: bold;
}

.category a {
  text-transform: none;
  font-size: 10px;
  border: none;
  margin: 10px 0;
  background: none;
}

