/* sectionmenu.css */

.SectionMenu {
  width: 181px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
}
.SectionMenu .SectionName {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #6b7887;
  text-transform: uppercase;
}
.SectionMenu .section a.simulation,
.SectionMenu .section li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 4px;
  padding-left: 7px;
  background: transparent url(/images/sectionmenu/background-menu.png) no-repeat;
  text-decoration: none;
  color: white;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.SectionMenu .section a.simulation {
  background: transparent url(/images/sectionmenu/background-simulation.gif) no-repeat;
  padding-left: 30px;
}
.SectionMenu .section a .SectionMenuArrow {
  background: transparent url(/images/sectionmenu/arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  color: #E3272D;
  background: transparent url(/images/sectionmenu/background-menu-hover.png) no-repeat;
}
.SectionMenu .section li .selected {
  position: relative;
  z-index: 2;
}
.SectionMenu .section a.simulation:hover {
  color: #E3272D;
}
.SectionMenu .section a:hover span,
.SectionMenu .section .selected span {
  background: transparent url(/images/sectionmenu/bottom-arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .rubric {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  background: transparent url(/images/sectionmenu/background-rubric.gif) no-repeat bottom;
}
.SectionMenu .rubric li a {
  background: transparent url(/images/sectionmenu/separator.gif) no-repeat top;
  padding: 5px 0 5px 10px;
  font-size: 12px;
  line-height: 27px;
  height: 20px;
  text-transform: none;
  color: black;
}
.SectionMenu .rubric li a.selected,
.SectionMenu .rubric li a:hover {
  color: #E1001A;
  background: transparent url(/images/sectionmenu/separator.gif) no-repeat top;
}
.SectionMenu .section a .SectionMenuArrow3 {
  background: none;
}
.SectionMenu .section a:hover .SectionMenuArrow3,
.SectionMenu .section .selected .SectionMenuArrow3 {
  background: none;
  padding: 0;
}
.SectionMenu .category {
  background: none;
  list-style-type: circle;
  padding: 0 0 10px 20px;
}
.SectionMenu .category li a {
  background: none;
  padding: 0;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: black;
}
.SectionMenu .category li a.selected,
.SectionMenu .category li a:hover {
  color:#2E3192;
  background: none;
}

/* Sticker Gouvernement */

#StickerGouv {
  clear: both;
  margin: 10px 0 0 10px;
}
#StickerGouv a {
  display: block;
  width: 160px;
  height: 280px;
  background: transparent url(/images/sectionmenu/sticker-gouvernement.gif) no-repeat;
}

/* Hack IE6 */
* html .SectionMenu .section li a {
  background: transparent url(/images/sectionmenu/background-menu.gif) no-repeat;
}
* html .SectionMenu .section li a:hover,
* html .SectionMenu .section li .selected {
  background: transparent url(/images/sectionmenu/background-menu-hover.gif) no-repeat;
}