body {
	color: white;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('Fond2.jpg')
}

h1 {	
	 font-size: 350%;
	 text-align: center;
}

h2 {	
	 font-size: 200%;
	 text-align: center;
}

h3 {
	font-size: 180%;
	text-align: center;
}

Types {
	padding: 20px;
	text-align: justify;
	display: flex;
}

.zone {
	color: white;
	font-size: 25px;
	background-color: black;
	border: 10px solid #333;
	padding :20px;
	margin: 10px;
	flex: 1;
}

h4 {
	font-size: 180%;
	text-align: center;
}

h5 {
	font-size: 25px;
	text-align: center;
}
		
.zone1 {
	color: white;
	font-size: 25px;
	background-color: black;
	border: 10px solid #333;
	padding :20px;
	margin: 10px;
	flex: 1;
}

h6 {	
	font-size: 200%;
	text-align: center;
}

h7 {	
	font-size: 200%;
	text-align: center;
}

footer {
	text-align: center;
	padding: 5px;
	background-color: #abbaba;
	color: #000;
}