.bandeau {
	background-color: #379634;
	color: #fff;
	padding: 20px;
	text-align: center;
}
/* Style pour centrer le titre */
h1 {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

/* Style pour centrer les images et les légendes */
.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 250px;
}
.image {
	margin: 10px;
	text-align: center;
}
.legend {
	margin-top: 5px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
body {
	font-family: "Courier New", Courier, monospace;
	background-color:#8FE151;
}
.infos {
    background-color: #D7EBBA;
    color: #000;
    padding: 20px;
    text-align: left;
    font-family: "Courier New", Courier, monospace;
    float: left;
    width: 400px;
    line-height: 2em;
}
