header{
	position: fixed; display: flex;
	overflow: hidden;
	z-index: 1;
	top: 0px; left: 0px;
	width: 100%; height: 80px;

	background-color: white;
}
#red{
	position: relative; display: flex;
	top: 0px;
	margin: auto;
	width: 80%; height: auto;

/*	background-color: blue;*/
}
#logo{
	margin-top: auto; margin-bottom: auto;
}
.espace{
	position: relative;
	top: 0px; left: 0px;
	width: 100%; height: 120px;

/*	background-color: green;*/
}
#body{
	position: absolute;
	display: flex; flex-direction: column;
	top: 80px; left: 0px;
	width: 100%; height: auto;
	font-family: 'Calibri Corps',sans-serif;

/*	background-color: lightblue;*/
}
#groupe_body_1{
	position: relative;
	display: flex;
	width: 100%; height: 500px;
	color: white;

/*	background-color: green;*/
}
#groupe_body_1A{
	position: relative;
	width: 100%; height: 500px;
	background-color: RGB(0,0,128);
}
.texte_baniere{
	margin-left: 20%;
}
#groupe_body_1B{
	position: relative;
	display: flex; justify-content: center;
	width: 100%; height: 500px;
	background-size: cover; background-position: center;
}
#groupe_body_2{
	position: relative;
	width: 100%; height: auto; min-height: 500px;

/*	background-color: orange;*/
}
#groupe_body_2A{
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 80%; height: auto; min-height: 500px;

/*	background-color: yellow;*/
}
#titre{
	width: 100%; height: 120px;

/*	background-color: pink;*/
}
#titre h1{
	margin-top: 0px;
	text-align: center;

/*	background-color: grey;*/
}
#activites{
	display: flex;
	width: 100%; height: auto;

/*	background-color: purple;*/
}
.colonne{
	margin: 10px;
	width: full; height: auto;
	cursor: pointer;

/*	background-color: grey;*/
}
.colonne h2{
	margin: 20px;
}
#body_text{
	position: relative;
	margin: auto;
	width: 80%; height: auto;
}