#conteneur_Bandeau_Haut {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: black;
	padding-left: 1rem;
	padding-right: 1rem;
	box-shadow: 0px 0px 7px 0px;
	margin-bottom: 10px;
}

#conteneur_Bandeau_Haut_gauche{
	display: flex;
}

#conteneur_logo_educ img {
	height: 120px;
	width: 150px;
	margin-right: 20px;
}

#conteneur_logo_aria {
	margin-top: 0;
	margin-bottom: 0;
  	font-family: Marianne, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 20px;
}

#conteneur_logo_aria div {
	font-size: 16px;
	font-weight: normal;
}

#conteneur_menu_divers {
	display: flex;
	float: right;
	margin: 0.5rem;
}

#conteneur_menu_divers ul {
	margin: 0;
	list-style-type: none;
}

#profil{
	font-size: 14px;
	margin-bottom: 5px;
}

#nomPrenom{
	display: flex;
	font-weight: bold;
	font-size: 14px;
}

#nomPrenom img{
	height: 18px;
	margin-bottom: 5px;
}

#nomPrenom a{
	margin-left: 10px;
}

#imageAide img{
	height: 20px;
	width: 20px;
}

#imageMail img{
	height: 19px;
	width: 25px;
}

#version_aria {
	font-size: 0.75rem;
	font-weight: normal;
}

#conteneur_menu_divers li {
	list-style: none;
	text-align: right;
}

#conteneur_menu_divers img {
    vertical-align: middle;
    padding-top: 2px;
}

.boutonsHeader{
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.boutonHeader{
	margin-left: 20px;
	border-radius: 45px;
	border : none;
	height: 60px;
	width: 60px;
	background-color: white;
	box-shadow: -1px 3px 7px 0px grey;
	cursor: pointer;
}

