#city-map {
    position: relative;
    width: 550px;
    height: 100%;
}
#city-map #map-image-main, #city-map #map-image-arrondissement, #city-main-hover {
    position: absolute;
    border: none;
}
#city-map #map-image-main{
    height: 520px; /* pour le hover */
}
#city-main-hover img {
    position: absolute;
    display: none;
}

#arrondissement-nb {
    position: relative;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
#arrondissement-nb div {
    position: absolute;
}
#arrondissement-nb div {
    display: none;
}
#arrondissement-nb div.not-empty {
    display: block;
}
#arrondissement-nb div.active.not-empty {
	background-image: url(/images/map-point-transparent-background.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #d20000;
	border-right-color: #b00000;
	border-left-color: #b00000;
}

.appartement-point {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-image: url(/images/map-puce-transparent-background.png);
	background-color: #4bafd2;
	background-repeat: repeat-x;
	background-position: center center;
}

#city-loading {
    display: none;
    position: absolute;
    width: 550px;
    height: 100%;
    /*background-color: #000000;*/
    opacity: 1;
}
#city-loading img {
    /*padding-top: 50%;*/
    padding-left: 263px;
	float: left;
}

#city-noresult {
    display: none;
    position: absolute;
	float: left;    
    width: 550px;
    /*height: 100%;*/
    /*margin-top: 50%;*/
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    opacity: 1;
}

#city-apt-box {
    position: absolute;
    display: none;
    width: 290px;
    height: 80px;
    z-index: 1000;
	background-color: rgba(60,51,48,0.9);
	-moz-background-color: rgba(60,51,48,0.9);
	-webkit-background-color: rgba(60,51,48,0.9);
	-goog-ms-background-color: rgba(60,51,48,0.9);
	padding: 10px;
	color: #f9f6f1;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-goog-ms-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#box-image {
	float: left;
	margin-right: 10px;
}
#box-image-loading {
	float: left;
	margin-right: 10px;
}
#box-quartier {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#box-capacite {
	display: block;
}
#box-surface {
	display: block;
}
#box-tarif {
	display: block;
}
#city-message {
	display: block;
	margin: 10px 0 0 30px;
	position: relative;
	z-index: 10;
	width: 510px;
}
.city-point {
	background-image: url(/images/map-puce-transparent-background.png);
	background-color: #4bafd2;
	background-repeat: repeat-x;
	background-position: center center;
    display: block;
    float: left;
    height: 10px;
    width: 10px;
	margin-right: 8px;
	margin-top: 4px;
}

#box-picto {
	float: right;
}

#arrondissement-nb div {
	background-image: url(/images/map-point-transparent-background.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #4bafd2;
	padding-left: 5px;
	padding-right: 5px;
	height: 19px;
	width: auto;
	box-shadow: 0px 1px 4px rgba(69,46,29,0.5);
	-moz-box-shadow: 0px 1px 4px rgba(69,46,29,0.5);
	-webkit-box-shadow: 0px 1px 4px rgba(69,46,29,0.5);
	-goog-ms-box-shadow: 0px 1px 4px rgba(69,46,29,0.5);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2d9bc8;
	border-left-color: #2d9bc8;
	cursor: pointer;
}