/* sectionmenu.css */

.SectionMenu {
  width: 205px;
  font-family: Verdana;
  font-size: 12px;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .SectionName {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}
.SectionMenu .section {
  background: #f3f3f4;
}
.SectionMenu .section li {
  border-top: 2px solid #8f9194;
  margin: 0 20px;
}
.SectionMenu .section a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 185px;
  background: #f3f3f4;
  text-transform: uppercase;
  text-decoration: none;
  color: #231F20;
}
.SectionMenu a.important {
  background: #f3f3f4 url(/images/menu/black-arrow.png) no-repeat 10px center;
  padding-left: 23px;
  width: 182px;
}
.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  color: #BF1E2D;
  font-weight: bold;
}
.SectionMenu .section a .SectionMenuArrow {
  background: transparent url(/images/menu/black-arrow.png) no-repeat right;
  padding: 0 10px;
}

.SectionMenu .section a:hover span,
.SectionMenu .section .selected span {
  background: transparent url(/images/menu/black-bottom-arrow.png) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .rubric {
  padding: 0;
  margin: 0 -5px;
}
.SectionMenu .rubric li {
  border: none;
  font-size: 11px;
  list-style-type: disc;
}
.SectionMenu .rubric li a {
  width: 169px;
  height: 20px;
  line-height: 15px;
  text-transform: none;
  color: #BF1E2D;
}
.SectionMenu .rubric li a.selected,
.SectionMenu .rubric li a:hover {
  text-decoration: underline;
  font-weight: normal;
}

/* StickerGouv */

#StickerGouv {
  margin-left: 2px;
}