#map {
position: absolute;
width: 100%;
height: 80%;
}
#buttonParking {
width: 40px;
height: 40px;
background-image: url(parking.png);
background-repeat: no-repeat;
border-radius: 2px;
border:2px solid black;
padding: 0px 0px;
}
#buttonSommet {
width: 55px;
height: 40px;
background-image: url(montagne.png);
background-repeat: no-repeat;
border-radius: 2px;
border:1px solid black;
padding: 0px 0px;
}
#imageSommet {
margin-left: 10px;
}
#divEtages {
position: absolute;
width: 160px;
top: 260px;
left: 89%;
background-color:teal;
z-index: 9999;
}

#divRoches {
position: absolute;
width: 160px;
top: 280px;
left: 89%;
background-color:teal;
z-index: 9999;
}

#legEtages {
position: absolute;
top: 310px;
left: 83%;
z-index: 9999;
display: none;
}

#legRoches {
position: absolute;
top: 310px;
left: 83%;
z-index: 9999;
display: none;
}	