body{
	margin: 10px;
	background-color: /*#A4A4A4*/ #E5E3E3;/*#088A85;*/
}
header{
	border-radius: 10px;
	display: flex;
	height: 100px;
	background-color: /*#2E2E2E*/ #7078F3;
	color:white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	font-family: Arial;
}
img{
	border-radius: 10px;
}
aside{
	padding: 20px;
	font-size: 20px;
}
article{
	/*border:1px solid black;*/
	height:280px;
	width: 170%;
}
.section{
	display: flex;
}

.Menu-items a{
	background-color: #F3F1F1;
	height: 116px;
	color: black;
	font-weight: bold;
	/*text-align: center;*/
	margin-top: 1%;
	/*border:1px solid black;*/
}

.Accueil a{
	background-color: #F3F1F1;
	height: 116px;
	color: black;
	font-weight: bold;
	margin-top: 1%;
}

.headerEx{
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 650px;
	background-color: /*#2E2E2E*/ #7078F3;
	color:white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	font-family: Arial;
}

.bodyEx{
	width: 60%;
	margin: auto;
}

.borderEtape{
	border-radius: 10px;
	font-family: arial;
	font-size: 20px;
	border: 1px solid black;
	height: 50px;
	padding-top: 5px;
	background-color: #101229;
	color: white;
	text-align: center;
}
.olEx{
	font-size: 20px;
}
.olEx li{
	font-weight: bold;
}
