﻿h1 {
	font-family: Verdana; /*famille de police "verdana" */;
	font-size: 30px; /* taille de police de 18 pixels */;
	font-weight: bold; /* Gras */;
	font-style: normal; /* ou oblique */;
	font-variant: normal; /* petites majuscules */;
	color: #000066; /* couleur de police bleue (#0000FF=bleu) */;
	text-align: center;
	margin-left: -20px;
}
h2 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	font-style: normal; /* ou oblique */;
	font-variant: normal;
	color: #000066;
	margin-left: -20px;
	text-align: left;
}
h3 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000066;
	margin-left: -20px;
	text-align: left;
}
h4 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000066;
	margin-left: -20px;
}
h5 {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-left: 0px;
	text-align: left;
}
body {
	background-color: white;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}
.Legende_image {
	text-align: center;
}
.date {
	color: #0000FF;
	font-weight: bold;
}

