ul {
	list-style-type: none;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.title {
	display: block;
	font-weight: bold;
	background: #DAFFD1;
	color: #00004E;
	font-size: 12px; 
	margin: 3px;
	text-align: center;
}

.title:first-letter {
	text-transform: uppercase;
}

#map {
	width: 50%;
	float: left;
	margin-bottom: 4%;
	text-align: center;
	margin-top: 10px;
}

#list_communes {
	width: 40%;
	height: 550px;
	float: left;
	margin-top: 10px;
	margin-bottom: 1em;
	overflow: auto;

}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

