body {
	overflow-x: hidden;
	margin: 0;
	font-family: arial;
	background-color: #FFE97F;
}
li {
	text-transform: uppercase;
}
#banniere_1 {
	display: flex;
	background-color: #009B0E;
	height: 50px;
	width: 100%;
	justify-content: center;
	padding-bottom: 20px;
}
#img1 {
	width: 50px;
	height: 50px;
	margin: 10px;
}		
#banniere_1 h1 {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	top: auto;
	margin: 20px;
}
#img2 {
	width: 50px;
	height: 50px;
	margin: 10px;
}	

#menu {
	width: 100%;
	height: 80px;
	position: relative;
	background-color: #8CFF00;
}

#menu ul {
	float: left;
	left: 50%;
	position: relative;
	padding-top: 5px;
	margin-left: -60px;
}

#menu ul li {
	margin-left: 20px;
	float: left;
	list-style-type: none;
	position: relative;
	left: -50%;
}

#menu ul li a {
	text-align: center;
	padding-top: 10px;
	display: inline-block;
	background-color: #009B0E;
	height: 30px;
	width: 140px;
	color: white;
	text-decoration: none; 
}

#menu ul li a:hover {
	color: white;
	background-color: #007A0E;
}

#menu #en-cours a{
	background-color: #007A0E;
	font-weight: bold;
	color: white;
}

	
.container {
	display: flex;
	flex: row;
	padding: 20px;
	text-transform: uppercase; 
	text-decoration: none; 
}
.soulignement {
	margin-top: 0px;
	width: 150px;
	height: 3px;
	background-color: black;
}

.gauche {
	flex: 45%;
	background-color: #FFD596;
	border-radius: 30px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	justify-content: center;
}
.bouton {
	width: 400px;
	justify-content: center;
	margin-top: 30px;
	background-color: #004A7F;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex: row;
	font-size: 16px;
	cursor: pointer;
	transition: 0.5s;
}
.bouton:hover{
	background-color: #0094FF;
	transform: scale(1.1);
}
.bouton strong {
	font-family: arial;
}

.centre{
	flex: 1%;
	background-color: #FFE97F;
}
.droite {
	flex: 45%;
	background-color: #FFD596;
	border-radius: 30px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	justify-content: center;
}
.droite h4 {
	text-transform: none;
	text-align: justify;
}	
.droite h5 {
	background-color: #FFAF72;
	font-size: 14px;
	font: bold;
	text-transform: none;
	text-align: justify;
}	
.droite h6 {
	font-size: 14px;
	font: bold;
	text-transform: none;
	text-align: justify;
}	
.droite p {
	font-size: 14px;
	text-transform: none;
	text-align: justify;
}
