html {
	font-size: 100%;
	background-color: black;
}
body {
	width: 100%; /* Largeur de la page hors marges et bordures */
	max-width: 1000px;
	margin:0 auto;
	background-color: #FFF; /* COULEUR DE FOND DE PAGE */
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #888;
	text-align: center;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-color: black;

}
#info {
	text-align: center;
	padding-bottom: 1%;
	text-align: center;
	font-size: 0.62em;
	font-style: oblique;
	color: #888;
}
#vue {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#navigationetlegende {
	width: 70%;
	margin: 0 auto;
	color: #888;
}
#leftarrow, #rightarrow {
	width: 15%;
	text-align: center;
	cursor: pointer;
	color: #888;
}
#legende {
	text-align: center;
	font-size: 0.8em;
	font-style: oblique;
	text-align:center;
}