#logo {
	background: url(/index.php/view/media/getMedia?repository=sciana&project=sciana&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/Logo_NA_blanc_75h.png) no-repeat;
	height: 75px;
	width:115px;
	margin-top: 0;
}
/*#header {
    background: url(/index.php/view/media/getMedia?repository=sciana&project=sciana&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/header-background-medium.jpg) repeat fixed #2B2B2B;
    color: #FBFBFB;
}*/
.lizmapPopupDiv th, .lizmapPopupDiv td {border: black solid 1px;}

.source {
	font-size: 0.85em;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
/* le z-index de chaque couche s'incrémente. Comme il y a beaucoup de couche il faut un grand z-index pour la popup */
#liz_layer_popup{z-index: 1500 !important}

/* Masquer Accueil et Répertoires dans le menu latéral */
.nav-list > li.home,
.nav-list > li.projects {
    display: none !important;
}

#tooltip, #mapmenu{
	background-color: #43718c;
}
#tooltip h5 {
    margin: 4px 0 1px 0;
    padding: 0;
	font-weight: bold !important;
}
#tooltip ul {
    margin: 0 0 3px 0;
    padding-left: 16px;
}
#tooltip li {
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.alert-info, .mapmenu {
	background-color: #43718c;
}
/* Masquer boite infobulle quand activé */
.tooltip-layer > h3,
.tooltip-layer > .menu-content {
    display: none !important;
}

