#menucell
   {
    height: 100%;
	font-size: 14px;
    vertical-align: top;
    background-image: url('../images/exterieur.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #F19B71;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #E64011;
   }

#menu {
    width: 175px;
    height: 100%;
    padding-top: 1em;
    vertical-align: top;
    background-image: url('../images/exterieur.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #F19B71;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #E64011;
}

#menu td {
    line-height: 25px;
	font-size: 14px;
    text-indent: 1em;
   }
#menu a:link, #menu a:visited
   {
   color: #fff;
   text-decoration: none;
   font-weight: bold;
   }

#menu a:hover
   {
   text-decoration: underline;
   }
#menu img
   {
   border: none;
   }
