body{ margin-top:0px;
 }
/* CSS du menu vertical, bieler batiste */
.menu{
    position:absolute;
    /* solve a Opera7/IE display bug */
    width:170px;
    width/**/:170px;
    border-top: 0px #000 solid;
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
    margin:0;
    padding:0;
    }
    
.menu span{
    display:none;
    }
    
.menu ul{
    border-top: 0px #000 solid;
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:170px;
    width/**/:170px;
    }
    
.menu li ul{
    visibility:hidden;
    }
            
.menu li ul{
    margin-left:150px; /* be careful */
    margin-top:-24px;
    }
    
.menu a{
   	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	background-image: url(../images/button.gif);
	background-repeat:no-repeat;
	height: 22px;
	width:170px;
	display: block;
	color: #ffffd2;
	text-indent: 25px;
	text-decoration: none;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:2px;
	cursor:pointer;
    /*padding:1px 0 1px 0;  em units can creat little graphic bug in mozilla */
    }
    
.menu a:hover{
    background-image: url(../images/button-over.gif);
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
}

.menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
.menu li{
    width:150px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0;
    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;
    }