.SectionMenu {
  height: 100%;
  width: 196px;
  vertical-align: top;
  background: url(/images/section-menu/background.gif) no-repeat bottom;
  padding-bottom: 100px;
  margin: 10px 0 10px 30px;
}

.SectionMenuTitle{
  color: #455661;
  display: block;
  font-size: 14px;
  padding-left: 10px;
  line-height: 25px;
  text-transform: uppercase;
  background: url(/images/section-menu/header.gif) no-repeat;
}

.SectionMenutitle{
  color: #455661;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 10px;
  display: block;
}

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

.SectionMenu .section li {
  width: 174px;
}

.SectionMenu .section a {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 185px;
  text-decoration: none;
  line-height: 27px;
  min-height: 27px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 10px;
  background: white url(/images/section-menu/section.gif) no-repeat top left;
}

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

.SectionMenu .section a:hover .SectionMenuArrow,
.SectionMenu .section a .SectionMenuArrow2 {
  background: transparent url(/images/section-menu/arrowbottom.gif) no-repeat 10px;
  padding: 0 10px;
} 

.SectionMenu .section a:hover,
.SectionMenu .section a.selected {
  background: url(/images/section-menu/section-hover.gif) no-repeat bottom left;
}

.SectionMenu .section li a.important {
  background: url(/images/section-menu/fleche-menu.gif) no-repeat 1px 0;
  color: white;
  padding-left: 22px;
}

.SectionMenu .section li a.important:hover {
  background: url(/images/section-menu/fleche-menu.gif) no-repeat 1px -26px;
}

.SectionMenu .rubric li {
  list-style-type: none;
  margin-left: 1px;
}

.SectionMenu .rubric li a {
  background: white;
  font-weight: bold;
  padding-left: 20px;
  width: 174px;
  color: #06275C;
  border-bottom: 1px solid #747477;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  background: #CCCCCC;
}

.SectionMenu .rubric li .selected {
  background: white;
}

.SectionMenu .category li {
  list-style-type: disc;
  color: #C3CED4;
  margin-left: 20px; 
}

.SectionMenu .section .rubric .category li a {
  width: 100%;
  list-style-type: disc;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid white;
  font-size: 12px;
  padding: 0;
  color: #127DC9;
  line-height: 18px;
}

.SectionMenu .category li a:hover,
.SectionMenu .category li a.selected {
  background: none;
  text-decoration: underline;
  color: #127DC9;
}

#MainContent {
  width: 614px;
}

/* SmallStickerGouv */

#SmallStickerGouv {
  margin-left: 7px;
}