@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


h1 {
	position: absolute;
	background-color: #c00201;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
	padding-right: 16px;
	padding-left: 16px;
	text-align: center;
	height: 30px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

h1 small {
	font-weight: 400;
}

.leaflet-popup-content p {
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.leaflet-popup-content h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #c00200;
	letter-spacing: 1px;
}

.leaflet-popup-content .stationnem {
	font-size: 18px;
}

.leaflet-popup-content .adresse {
	font-size: 14px;
	margin-top: 10px;
}

.leaflet-popup-content .commentair {
	font-size: 12px;
	border-top: 1px solid #dadada;
	padding-top: 4px;
}

.leaflet-top .leaflet-control {
	top: 30px;
}