/* CSS Document */
#menu_left{
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: transparent url(../images/ombre.png) repeat-x bottom left;*/
  height: 470px;
  width: 270px;
}

#menu_left .toggler{
  width: 270px;
  height: 35px;
  background-position: 0px -35px;
}

#menu_left p{
  margin: 10px 0px 0px 20px;
  height: 139px;
}

#menu_left .element a{
  text-decoration: none;
  color: #908b8b;
  font-size: 15px;
  font-weight: 500;
}

#menu_left .toggler:hover, #menu_left .toggler:focus{
  cursor: pointer;
} 