/* sectionmenu.css */

.SiteLeft {
  width: 23%;
}

.SectionMenu {
  margin-top: 15px;
  //margin-left: 20px;
}

.section li {
  color: white;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 20px;
}

.section li a {
  color: white;
  text-decoration: none;
}

.rubric {
  padding: 5px 0;
}
.rubric li {
  text-transform: capitalize;
  padding: 3px 0;
  text-align: left;
}

.rubric li a {
  color: white;
  padding-left: 15px;
  text-decoration: none;
  background: transparent url(/arrow/white-arrow.gif) no-repeat 5px;
}

a.shop {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

a:hover.shop {
  color: #FF00B7;
}

.Simulation {
  background: transparent url(/images/credit-travaux.gif) no-repeat top;
  width: 174px;
  height: 126px;
  display: block;
  border: none;
  margin-top: 20px;
}