#menu{
	position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
}

#menuleft{
	background: #000;
	width: 5rem;
	position: absolute;
    z-index: 9;	
    height: 100%;
    color:#fff;
	padding-top: 3rem;   
}
#menuleft img{
	width: 3rem;
	cursor: pointer;
}
#menu-close{
	position: absolute;
	top: 3rem;
	right: 3rem;
}
#menu-close img{
	widows: 3rem;
	cursor: pointer;
}

#content-tooltip{
	color: #000;
	width: 50rem;
}
#content-tooltip h2{
	margin-top: 0;
	font-size: 2rem;
}
#content-tooltip .img{
	padding-left:0;
	padding-right: 0;
}
#content-tooltip a,
#content-tooltip a:hover
#content-tooltip a:focus,
#content-tooltip a:visited{
    background-color: #000;
    padding: 1rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
 #content-tooltip img{
	max-width: 100% !important;
}

.titrecan{
	position: absolute;
    z-index: 9;
    top:2rem;
    left: 2rem
}
.titrecan img{
	width: 15rem;
}

.logo{
	position: absolute;
    z-index: 9;
    bottom:2rem;
    left: 2rem		
}
.logo img{
	width: 8rem;
}

.fullscreen{
	position: absolute;
    z-index: 9;
    top:2rem;
    right: 2rem		
}
.fullscreen img{
	width: 2rem;
	cursor: pointer;
}
.zoom{
	position: absolute;
    z-index: 9;
    bottom:2rem;
    right: 2rem				
}
.zoom img{
	width: 2rem;
	cursor: pointer;
}
/* Gestion de la map */
#map{
	width: 100%;
	height: 100%;
}