@charset "UTF-8";
/* CSS Document */



#menu, #menu ul {
        padding : 0; 
        margin : 0; 
        list-style : none; 
        line-height : 20px; 
        text-align : center; 
		font-family : Arial;
        font-size : 11px;	
		z-index: 100;	
	
}

#menu li.onglet  {
      margin-right:-3px;
	  margin-left:-3px;
	  padding-right:-3px;
	  padding-left:-3px;
	  
}

#menu li.onglet a {
        display : block; 
        padding : 0; 
        /*background : #52a9d8;*/
		background: url(../img_menu2/bt_nav_haut.gif) no-repeat; 
        color : #ffffff;
        text-decoration : none; 
        width : 111px; 	
		font-weight: bold;		
}
#menu li.menu1 a {
        display : block; 
        padding : 0; 
        background : #52a9d8; 
        color : #ffffff;
        text-decoration : none; 
        width : 103px; 		
		font-weight: normal;
		
		line-height: 16px;
		
		padding-left: 3px;
		padding-right: 3px;
		
		
}
#menu li.menu1 a:hover {
        background: #75bde4;	
}

#menu li.menu2 a {
        display : block; 
        padding : 0; 
        background : #52a9d8; 
        color : #ffffff;
        text-decoration : none; 
        width : 150px; 	
		font-weight: normal;	
		
		line-height: 16px;
	
}



#menu li.menu2 a:hover {
        background: #75bde4;	
}

#menu li.onglet{
       margin: 0px 1px 0px 1px;
	   border: 0;
}

#menu li { 
        float : left;  
	 	border-left: 1px #ffffff solid;
		border-right: 1px #ffffff solid;	
}

#menu li ul { 
        position: absolute; 
        width: 111px; 
        left: -999em; 
}

#menu li ul ul {
        margin : -22px 0 0 111px ; 
       
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
        left: -999em; 
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
        left: auto; 
        min-height: 0; 
}



#menu li.menu_bas {
		background: url(../img_menu2/bt_nav_bas.gif) no-repeat; 
        width : 111px; 	
		border: 0;
}
#menu li.menu_bas2 {
		background: url(../img_menu2/bt_nav_bas2.gif) no-repeat; 
        width : 152px; 	
		border: 0;
}
#menu li.menu_haut2 {
		background: url(../img_menu2/bt_nav_haut2.gif) no-repeat; 
        width : 152px; 	
		height: 10px;
		border: 0;
		_margin-bottom:-11px;
}

div.clear{
clear: both;
}