/* menu gauche */

.menu{
	z-index:15;
	float:left;
    top:0px;
    left:0px;
    display:block;
    margin:0;
    padding:0;
    width:160px;
    }

.menu ul{
    position:absolute; /* pour sortir la liste du flux de donnee */
    display:block;
	float:left;
    width:160px;
    margin-top:-21px;
    margin-right:0px;
    margin-left:162px;
    padding:0;
    list-style: none;  
}
    
.menu li ul{
    visibility:hidden;
    list-style: none;   
 }

.menu li li ul{
	z-index:3;
    position:absolute; /* pour sortir la liste du flux de donnee */
    top:auto;
    left:auto;
	float:left;
    margin-left:172px;
    margin-top:-20px; 
    list-style: none;
    }
    
.menu li{
    list-style:none;
    width:160px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;


}
    
.menu li li{
    display:block;
    float:none;
    list-style: none;
}
    
    
/*  IE bug */
* html .menu li li{
    display:inline;
    list-style: none;    
}

.menu a{
    text-align:left;
    color:#000;
    display:block;
    width:150px;
	padding-left:10px;
    text-decoration:none;
	padding-top:2px;
    margin:0px;   
	font-weight:bold;
	height:18px;
}

.menu a:hover{
	color:#ff6600;
	font-weight:bold;
}
    
.menu a:focus{
   color:#000;
   font-weight:bold;
}
    

.menu span{
    display:none;
 }


.back {
 	background: transparent url("/gfx/2k7b/fond-bouton-gauche.gif") no-repeat;	
	color:#000;
	padding-left:5px;
}
 
.bdr_haut{
	border-top: 1px solid #999999;
}
 
.menu li li a{
	z-index:15;
	position:relative;
    list-style: none;   
    color:#000;
	padding-left:0;
	width:158px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: transparent url("/gfx/2k7b/fond-sous-menu.gif") repeat-x;
 }
    
.menu li li a:hover{
	z-index:15;
	position:relative;
	color:#ff6600;
	padding-left:0;
    list-style: none;  
	width:158px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;	
	background: transparent url("/gfx/2k7b/fond-sous-menu.gif") repeat-x;
 }  
 
