.SectionMenu {
  height: 100%;
  vertical-align: top;
  background: white;
  margin: 0 0 0 10px;
  
}

.SectionMenuTitle{
  color: #C3CED4;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.SectionMenutitle{
  color: #C3CED4;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  width: 178px;
  padding-left: 10px;
  display: block;
  background: white;
}

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

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

.SectionMenu .section a {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 178px;
  text-decoration: none;
  line-height: 25px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 5px;
  background: #020303 url(/images/section-menu/section.gif) repeat-x;
}

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

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

.SectionMenu .section .selected .SectionMenuArrow2 {
  background: transparent url(/images/section-menu/arrowbottom.gif) no-repeat 5px 5px;
  padding: 0 5px;
}

.SectionMenu .section a:hover {
  background: #6c7c90 url(/images/section-menu/section-hover.gif) repeat-x;
  color: #C7C7FF;
}

.SectionMenu .rubric li {
  list-style-type: none;
}

.SectionMenu .rubric li a {
  background: white;
  font-weight: bold;
  color: #3B3B39;
  padding: 0 5px;
  width: 178px;
  border-bottom: 1px solid #C3CED4;
}

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

.SectionMenu .rubric li a:hover .SectionMenuArrow3,
.SectionMenu .rubric li .selected .SectionMenuArrow3{
  background: url(/images/section-menu/arrow-rubrichover.gif) no-repeat 5px 5px;
  padding: 0 5px;
} 

.SectionMenu .rubric li a:hover {
  background: #DEE2E5;
  color: #3B3B39;
}

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

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

.SectionMenu .section .rubric .category li a {
  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 {
  background: none;
  text-decoration: underline;
  color: #127DC9;
}

.SectionMenu img {
  margin-top: 8px;
}

/* SmallStickerGouv */

#SmallStickerGouv {
  margin-left: -7px;
}
