/* sectionmenu.css */

.SectionMenu {
  width: 200px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
}

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

.SectionMenu .section a {
  display: block;
  height: 31px;
  width: 197px;
  line-height: 30px;
  margin-bottom: 1px;
  padding-left: 10px;
  background: transparent url(/images/sectionmenu/boutonSection.gif) no-repeat top;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

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

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

.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  background: transparent url(/images/sectionmenu/boutonSection.gif) no-repeat bottom;
}
.SectionMenu .section a.important{
  background: transparent url(/images/sectionmenu/rowEtude.gif) no-repeat top;
  height:29px;
}

.SectionMenu .section a.important:hover{
  background: transparent url(/images/sectionmenu/rowEtude.gif) no-repeat bottom;
}
.SectionMenu .rubric li{
    
}
.SectionMenu .rubric li a {
  display: block;
  background: transparent url(/images/backgroundRubric.gif) no-repeat;
  margin-left: 10px;
  width: 171px;
  text-transform: none;
  color: black;
  border: none;
  border-bottom: 1px solid #808080;
}

.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  background: transparent url(/images/backgroundRubric.gif) no-repeat;
  color: #A1001A ;
}