body{
	background-color: turquoise;
}

#Profil{
	font-family: Segoe UI Black;
	text-align: center;
	color: red;
	background-color: lightblue;
}

#F1{
	width: 10%;
}

#Scolarité{
	font-family: Segoe UI;
	color: blue;
	background-color: lightgreen;
}

#Administratif{
	font-family: Segoe UI;
	color: blue;
	background-color: aqua;
}

#Projet{
	font-family: Segoe UI;
	color: white;
	background-color: blue;
}

#Personnel{
	font-family: Segoe UI;
	color: blue;
	background-color: orange;
}

#Pied_de_page{
	text-align: right;
	color: black;
	background-color: white;
	font-family: Consolas;
}