
body {
	background-color: #E9ECED;
	font-family: Arial, Verdana;
	color: #000000;
}

#bloc_page {
/*	min-width: 50%;*/
	width: 1111px;
	margin: auto;
}

header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


header h1 {
	font-family: "Arial Black";
	font-size: 4em;
}

#bande1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

#drapeaux {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

nav {
	background-color: #86A3E8;
	
	padding:0;
}

nav ul {
	list-style-type: none;
	display: flex;

	justify-content: space-around;
}

nav li {
	font-style: "Arial Black";
	border-radius: 8px;
	border: 2px white double;
	padding: 3px 3px 3px 3px;
	/*box-shadow: 1px 1px 1px white;*/
}

nav a {
	font-size: 1.3em;
	color: white;
	padding-bottom: 3px;
	text-decoration: none;
}

nav a:active li {
	box-shadow: 2px 2px 2px white;
}

article {
	text-align: justify;
	margin-top: 50px;
}

#ens-rennes a {
	text-decoration: none;
	color: black;
}