/* menu.css */

.SectionMenu {
  height: 100%;
  width: 205px;
  font-size: 12px;
}

.SectionTitle {
  color: #a1aac2;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  text-align: center;
}

.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu ul li {
  line-height: 25px;
  margin-bottom: 3px;
}

.SectionMenu .section li {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}

.SectionMenu .section li a {
  color: #0C295B;
  font-weight: bold;
  background: transparent url(/images/menu/background.gif) repeat-x top;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  margin: 0;
}


.SectionMenu .section li a .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 5px;
}

.SectionMenu .section li a:hover span,
.SectionMenu .section li a.selected span {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 5px;
}

.SectionMenu .section li a:hover,
.SectionMenu .section li a.selected {
  background: transparent url(/images/menu/background.gif) repeat-x bottom;
  color: white;
}

.SectionMenu .rubric {
  margin: 0;
}

.SectionMenu .rubric li {
  background: none;
  display: block;
  text-transform: none;
  border-top: 1px solid white;
  margin: 0 5px;
}

.SectionMenu .rubric li a {
  font-weight: normal;
  color: white;
  font-size: 15px;
  background: none;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  color: #0C295B;
  background: #C2CCDA;
}

/* StickerGouv */

#StickerGouv {
  margin-left: 2px;
}