body {
	background-image: url(ico/fondclair.jpg);
	background-color: #f3f2f1;
}

section {
	width: 1325px;
	min-height: 645px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
	@media screen and (max-width: 1350px) {
			section {
				width: auto;
			}
		}

section .logo {
	float: left;
	height: 65px;
	margin-top: 6px;
	margin-right: 5px;
}

h1 {
	/* display: inline-block; */
	width: 90%;
	margin-bottom: 15px;
}

#tab_bord {
	float: right;
	width: 250px;
	height: 540px;
	margin-right: 10px;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cdc2af;
	border-radius: 3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
}

h2 {
	font-size: 18px;
	font-variant: small-caps;
	text-align: center;
}

aside > h2:last-child {
	color: red;
}

#tab_bord  p{
	text-align: right;
	margin-right: 40px;
}

.compteur {
	display: inline-block;
	background-color: white;
	border: 2px solid #7e6b61;
	border-radius: 4px 0 6px 0;
	width: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-left: 2px;
}

.compteur:first-child {
	margin-left: 12px;
}

#map_area {
	width: auto;
	margin-right: 280px;

}
#map {
	height: 540px;
}

#graph_area {
	margin-top: 40px;
	text-align: center;
}

#graph {
	margin-left: -20px;
}

#histo_area {
	/* margin-top: 20px; */
	text-align: center;
	width: 100%;
}

.histo {
	margin-bottom: 0px;
}
