.SectionMenu {
  height: 100%;
  padding: 10px 10px 10px 12px;
  vertical-align: top;
  background: #95a0ae;
  margin: 40px 10px 10px 10px;
  
}

.SectionMenuTitle{
  color: #CACED3;
  font-size: 20px;
  text-transform: uppercase;
  margin: -42px 0 0 0;
  position: absolute;
}

.SectionMenutitle{
  color: #384455;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  width: 186px;
  padding-left: 2px;
  display: block;
  //background: url(/images/section-menu/title.gif) top;
}

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

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

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

.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  background: #6c7c90 url(/images/section-menu/section-hover.gif) repeat-x top left;
}

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

.SectionMenu .rubric li a {
  font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: none;
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  padding-left: 2px;
  width: 194px;
  border-bottom: 1px solid white;
}

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

.SectionMenu .category li a {
  list-style-type: none;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid white;
}

.SectionMenu .category li a:hover {
  color: white;
}

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

/* StickerGouv */

#StickerGouv {
  margin-left: -10px;
  padding-top: 1px;
}