/* sectionmenu.css */

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

.SectionMenu .SectionName {
  text-align: center;
  padding: 10px 0;
  color: #194051;
  text-transform: uppercase;
  background: transparent url(/images/sectionmenu/section-name.gif) no-repeat;
}

.SectionMenu .section li a {
  display: block;
  //height: 30px;
  line-height: 30px;
  border-bottom: 1px solid white;
  padding-left: 10px;
  background: black;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-right: 15px;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: transparent url(/images/sectionmenu/category-hover.gif) no-repeat 0 4px;
}

.SectionMenu .section li .rubric a {
  background: none;
  border: none;
  text-transform: capitalize;
  margin-left: 10px;
  padding-left: 5px;
}

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

.SectionMenu .section li ul {
  border-bottom: none;
  background: #504f52 url(/images/sectionmenu/rubric.gif) repeat-x;
}

.SectionMenu a.etude {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat top;
  display: block;
  height: 44px;
  width: 202px;
  margin: 10px;
}

.SectionMenu a.etude:hover {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat bottom;
}

.SectionMenu .bt_etude a {
  margin-top: 10px;
  width: 220px;
  height: 110px;
  display: block;
  background: transparent url(/images/sectionmenu/bt_etude.png) no-repeat;
}