/* CSS du menu vertical, bieler batiste */

/*body{
    margin-left:15em;
    }
*/
.menu{
    position:absolute;
    /* solve a Opera7/IE display bug */
    width:152px;
    width/**/:150px;
    /*border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid; supprimé par Fred*/
    margin:0;
    padding:0;
    margin-left:0px!important;margin-left:-73px;/*rajout fred*/
    }
    
.menu span{
    display:none;
    }
    
.menu ul{
   /* border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid; supprimé par Fred */
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:152px;
    width/**/:150px;
    }
    
.menu li ul{
    visibility:hidden;
    }
            
.menu li ul{
    margin-left:155px !important;margin-left:80px;
     /* be careful , orginal 150*/
    margin-top:-32px!important;margin-top:-31px;
    /*modif fred, orginal -24 */
    /* tout ce qui suit modif Fred*/
    }
    
.menu a,.menu a:visited{
    text-align:center;
    background-color: #ff9;/*modif fred, orginial ff9*/
    color:#000;
    font-weight:normal;/* bold => modif fred*/
    display:block;
    width:150px;
   /* border-bottom: 1px #000 solid; supprimé fred */
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
    }
    
 .menu a:focus,.menu a:hover {
    background-color: #00f!important;/*background-color:white;/* modif fred, original aaf*/
    color:white;/* rajout fred*/
    text-decoration:underline;/* rajout fred*/
    font-weight:bold;/* rajout fred*/
    }
    
/* for a mozilla better display with key nav 
.menu a:hover
{
    background-color:green;
}*/

.menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
.menu li{
    width:150px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0px;
    margin-top:4px;/*rajout fred*/
    border:2px solid black;/*rajout fred*/
    padding:0;
    
    }
    
/* IE PC selector */
* html .menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
  
a.linkOver{
    background-color: #eee;}/* orginial eee*/

