@charset "iso-8859-1";
/* CSS du menu vertical, bieler batiste */

body{
/*
    margin-left:15em;
	*/
    }

.menu{
/*
    position:absolute;
	*/
    top:3em;
    left:20em;
    /* 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;
    margin:0;
    padding:0;
    }
    
.menu span{
    display:none;
    }
    
.menu ul{
/*
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    margin:0;
    padding:0;
	*/
    position:absolute; /* important */
    width:152px;
    /* width:150px; */
    }
    
.menu li ul{
    visibility:hidden;
    }
            
.menu li ul{
    margin-left:150px; /* be careful */
    margin-top:-24px;
    }
    
.menu a{ 
color: #000000;
text-decoration: none;
/*
    text-align:center;
    background-color: #ff9;
    color:#000;
    text-weight:bold;
    display:block;
    width:150px;
    border-bottom: 1px #000 solid;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
	*/
    }
    
.menu a:hover{
color: #FF0000;
background-color: #b0e0e6; /* couleur de fond texte au survol */
/*
    background-color: #aaf;
	*/
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{ 
color: #FF0000;
background-color: #b0e0e6; /* couleur de fond texte au survol */
/*
    background-color: #aaf;
	*/
}

.menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
.menu li{
text-align: left;
padding-left: 8%;
background-image: url("../../gif/chip_left_menu.gif");
background-repeat: no-repeat;
background-position: 0.1em;
line-height: 16px;
/*
border: 1px solid #808080;*/
background-color :#FEFFEA;
/*
    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 */
    }
