body{background-color:black;}
.mnu
    {
    position:relative;
    top:70px;
    left:-167px; 
    font-size:50px;
    width:0px;
    color:#060606;
    cursor:pointer;
    }

.menu
    {
    position:relative;
    top:70px;
    left:-19px;
    width:260px;
    height:0px;
    padding:0px;
    background-color:#c6b6b100;
    border-radius:5px;
    border-style:solid;
    border-color:#beff0000;
    border-width:5px;
    text-align:left;
    overflow:hidden;
    transition:200ms;
    transform:scale(1.25);    
    }

.mnu:hover:before
{
position:absolute;	
left:40px;
top:25px;
height:25px;
width:320px;
font-family:arial;
font-size:18px;
color:#ffffff;
z-index:999;
text-align:center;
background:black;
border-radius:6px;
content:"Ouvrir / Fermer le menu Recherches"
}

.menu_L0
    {
    position:relative;
    top:38px;
    left:-35px;
    width:318px;
    padding:2px;
    height:110px;
    color:white;
    background:black;
    border-radius:3px;
    border-radius:8px;
    } 

.menu_L0:hover {opacity:1;}
.menu_L
    {
    position:relative;
    top:0px;
    left:-0px;
    width:300px;
    padding:2px;
    height:auto;
    color:#fefefe;
    font-family:arial;
    font-size:16px;
    font-style:italic;
    text-align:center;
    font-weight:100;
    } 
.BP_LL
    {
    width:100px;
    border-radius:5px;
    font-size:20px;    
    cursor:pointer;
    }    

.menu_L:hover
    {
    color:#ffffff;   
    }    
       

.menu_1,
.menu_2,
.menu_3,
.menu_4,
.menu_5,
.menu_6,
.menu_7,
.menu_8,
.menu_9
    {
    position:relative;
    left:0px;  
    font-family:arial;
    font-size:13px;
    color:white;
    cursor:pointer;
    padding-left:20px;
    padding-right:20px;
    padding-top:1px;
    padding-bottom:1px;
    border-radius:2px;
    border-color:aliceblue;
    border-style:solid;
    border-width:2px;
    background-color:#795548;
    }
.menu_1:hover,
.menu_2:hover,
.menu_3:hover,
.menu_4:hover,
.menu_5:hover,
.menu_6:hover,
.menu_7:hover,
.menu_8:hover,
.menu_9:hover
    {
    background-color:lime;
    color:black;
    } 

.menu_2{top:-4px;}
.menu_3{top:-6px;}
.menu_4{top:-8px;}
.menu_5{top:-10px;}
.menu_6{top:-12px;}
.menu_7{top:-14px;}
.menu_8{top:-16px;}
.menu_9{top:-18px;}
.menu_8:hover:before
{
position:absolute;	
left:130px;
top:-25px;
font-size:12px;
color:black;
background-color:#00ff00;
padding: 2px 2px 0px 2px ;
border-radius:6px;
border-style:solid;
border-color:white;
border-width:2px;
height:62px;
width:120px;
z-index:999;
text-align:center;
content:"Zones ITU/CQ, Details sur les lieux,  Buzzer, Chercher un lieu, Import ADIF"
}     
.loc_start {color:#00ff00;font-weight: bold;font-size:26px}