#map {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #363B41;
	background-image: url('/images/photo.png');
}

#menu {
	position: absolute;
	top: 70px;
	left: 0px;
}
#menu .menu-table {
	display: none;
	background-color: white;
    border-radius: 0px 8px 8px 0px;
	box-shadow: 2px 2px 5px #444;
}

.menu-item {
	background-color: #363B41;
	color: white;
	padding: 5px 25px 5px 8px;
}

.menu-rayon-block {
	padding: 5px 15px 5px 15px;
}

.menu-marker {
	cursor: pointer;
	padding: 0 5px 0 0;
}

.menu-eye {
	cursor: pointer;
	padding: 0 5px 0 0;
}

#menu input {
	width: 55px;
}


.block-background {
	background-color: #ccc;
	border: 1px solid #363B41;
}

.block-background-selected {
	background-color: #363B41;
	border: 1px solid #363B41;
}

#block-choix {
	overflow: hidden;
}
.block-choix {
	float: left;
	padding: 4px;
	cursor: pointer;
}

.menu-agence-stats {
	padding: 0 15px 0 15px;
}


@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}


#agence-liste-block {
	display: none;
	position: absolute;
	overflow-x: hidden;
	background-color: white;
	height: 500px;
	top: 80px;
	bottom: 10px;
	left: 5px;
	right: 5px;
	width: 100%;
    border-radius: 0px 2px 2px 0px;
	box-shadow: 2px 2px 5px #444;
	padding: 5px;
	cursor: pointer;
}

#agence-liste {
  overflow-y: scroll;
}

#agence-liste tr {
	border-bottom: 1px #ccc solid;
}

.LA_nom {
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.LA_address {
	color: darkgrey;
	font-size: 12px;
}
#agence-liste tr td {
	vertical-align: top;
}

