#map, #id_panneau_map, #id_contour_map {
    width: 600px;
    height: 600px;
}

.leaflet-control.leaflet-control-slider {
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-right: 20px;
    height: 100px;
    width: 10px;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.leaflet-control-handle {
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: -8px;
    top: 0px;
    width: 24px;
    height: 6px;
}

.leaflet-control-handle:hover {
    cursor: pointer;
    background: #404040;
    cursor: ns-resize;
}

.legende {
    display: inline-block;
    vertical-align: bottom;
    height: 18px;
    width: 18px;
}

#legende-contour {
    background-color: #CBD5FD;
    border: 3px solid #7D97FF;
    height: 12px;
    width: 12px;
}

#legende-sic {
    background-color: #D2BF21;
}

#legende-zps {
    background-color: #A8D613;
}

#legende-pn {
    background-color: #56826F;
    border: 3px solid #88C8AC;
    height: 12px;
    width: 12px;
}

#legende-pnr {
    background-color: #B0C558;
}

#legende-cartes {
    background-color: #ffc080;
    border: 3px solid #ff8000;
    height: 12px;
    width: 12px;
}

#legende-cartes-obsoletes {
    background-color: #808080;
    border: 3px solid #404040;
    height: 12px;
    width: 12px;
}

#legende-cartes-ppo {
    background-color: #80C080;
    border: 3px solid #408040;
    height: 12px;
    width: 12px;
}

#legende-clubs {
    background-image: url('../img/legende-clubs.png');
}

#legende-onf {
    background-color: #007f00;
    border-right: 9px solid #8e5434;
    height: 18px;
    width: 9px;
}

#legende-rb {
    background-color: #e6b0af;
    height: 18px;
    width: 18px;
}

#legende-ign {
    background-image: url('../img/legende-ign.png');
}

.help-draw {
    display: inline-block;
    border-radius: 4px;
    background-image: url("../../leaflet/draw/images/spritesheet.png");
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #000000;
    height: 26px;
    line-height: 26px;
    width: 26px;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    margin: 0 5px;
}

.help-draw-marker {
    background-position: -122px -2px;
}

.help-draw-polygon {
    background-position: -31px -2px;
}

.cartes-icon {
    color: #000000;
    background-image: url('../img/balise32x32.png');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 4px;
}

.cartes-ppo-icon {
    background-image: url('../img/balise-ppo32x32.png');
}

.cartes-obsoletes-icon {
    background-image: url('../img/balise-obsolete32x32.png');
}

.clubs-icon {
    background-image: url('../img/club.png');
}

.leaflet-popup-content-wrapper {
    color: #000000;
}
