/* left.css */

#LeftMain .menu li {
  list-style-type: none;
}

#LeftMain .menu li {
  background: url(/images/menu/menu.gif) repeat-x;
  line-height: 35px;
  display: block;
  padding-left: 15px;
  font-size: 14px;
}

#LeftMain .menu li a {
  display: block;
  text-decoration: none;
  color: #1C438E;
  font-weight: bold;
  text-transform: uppercase;
}

/* hack ie6 */
* html #LeftMain .menu li a{
  margin-bottom: -17px;
}

#LeftMain .menu li a:hover {
  background: url(/images/menu/fleche.gif) no-repeat left;
  padding-left: 10px;
}

#LeftMain .programme {
  font-size: 14px;
  padding: 5px;
  color: white;
  font-weight: bold;
  text-decoration: none;  
  display: block;
  text-transform: uppercase;
  line-height: 25px;
}

#LeftMain .programme:hover {
  text-decoration: underline;
}

#LeftMain .LeftTitle {
  font-size: 11px;
  padding-left: 10px;
  color: white;
  text-transform: uppercase;
  padding-top: 15px;
}
