/* sectionmenu.css */

.SectionName {
  margin-bottom:8px;
}

.SectionMenu {
  width: 200px;
  font-weight: bold;
  background: url(/images/sectionmenu/background.jpg) no-repeat 0 19px;
  height: 670px;
}
.SectionMenu ul {
  list-style-type: none;
}

.SectionMenu .SectionName {
  padding: 0 10px;
  text-transform: uppercase;
  padding-left: 20px;
  color: #666666;
  font-size: 15px;
}

.SectionMenu .section li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 1px;
  padding-left: 20px;
  margin-left: 2px;
  background: url(/images/sectionmenu/bt_category.gif) no-repeat top;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: url(/images/sectionmenu/bt_category.gif) no-repeat bottom;
  color: black;
}

.SectionMenu .rubric li a {
  background: #99999b;
  text-transform: none;
  border: none;
  border-bottom: 1px solid #808080;
  margin: 0 7px 0 10px;
  padding: 0 3px;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  background: #99999b;
  color: black;
}

.SectionMenu .etude img {
  margin: 10px 0 0 15px;
}

/* SmallStickerGouv */

#SmallStickerGouv {
  margin: -10px 0 0 10px;
}