/* sectionmenu.css */

.SectionMenu {
  width: 169px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
  float:left;
  margin-left: 4px;
  width: 180px;
  z-index: 100;
}

.SectionMenu .SectionName {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #A2B9DD;
}

.SectionMenu .section li {
  clear: both;
}

.SectionMenu .section a {
  display: block;
  padding: 5px 5px 10px 5px;
  margin-bottom: 3px;
  background:  transparent url(/images/sectionmenu/section-background.gif) no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  color: #262261;
  clear: both;
}

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

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

.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  color: #ED1C24;
}

.SectionMenu .section a.important {
  background: url(/images/sectionmenu/important.gif) no-repeat;
  float:left;
  margin-left: 4px;
  padding-left: 25px;
  width: 180px;
}

.SectionMenu .rubric {
  background: #c1cde7 url(/images/sectionmenu/rubric-background.gif) no-repeat top left;
  margin-left: 0px;
  margin-top: -9px;
  width: 168px;
}

.SectionMenu .rubric li a {
  background: transparent url(/images/sectionmenu/black-chip.gif) no-repeat 10px;
  margin: 0;
  line-height: 29px;
  padding: 0 0 0 20px;
  text-transform: none;
  font-weight: normal;
  color: black;
  border: none;
  border-bottom: 2px solid white;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  color: #ED1C24;
  background: transparent url(/images/sectionmenu/red-chip.gif) no-repeat 10px;
  margin: 0;
}

/* Sticker Gouvernement */

#StickerGouv {
  clear: both;
  margin: 200px 0 0 5px;
}
#StickerGouv a {
  display: block;
  width: 160px;
  height: 280px;
  background: transparent url(/images/sectionmenu/sticker-gouvernement.png) no-repeat;
}
/* IE6 and below hack */
* html #StickerGouv a {
  background: transparent url(/images/sectionmenu/sticker-gouvernement.gif) no-repeat;
}