#menu {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  width: 180px;
  margin: 0px;
  padding: 0px;
  border: solid 0px white;
	vertical-align: top;
}

#menu a:link, #menu a:active, #menu a:visited {
    display: block;
    width: 155px !important;
    width: 155px;
    width/**/:/**/155px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-bottom: solid 1px white;
    padding: 3px 25px 3px 0px;
	  text-align: right;
	  background-color: #ed1c24;
    background-image: url(../images/puce_off.gif);
    background-repeat: no-repeat;
    background-position: 165px 9px;
}

#menu a.selected:link, #menu a.selected:active, #menu a.selected:visited, #menu a:hover {
    background-color: #e1e1e2;
    background-image: url(../images/puce_on.gif);
    color: #000;
}

