body
{
    background-color: #008a45;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
h1
{
	font-size: 30px; /* Paragraphe de 30 pixels */
}
h2 
{
	font-size: 20px; /* Paragraphe de 20 pixels */
}
h3
{ 
    font-size: 10px; /* Paragraphe de 10 pixels */
}
nav
{
	width: 100%;
	margin: 0 auto;
	background-color: white;
	position: sticky;
	top: 0px;
}
nav ul
{
	list-style-type: none;
}
nav li
{
	float: left;
	width: 14%;
	text-align: center;
}
Nav ul::after;
{
	conten: "";
	display: table;
	clear: both;
}
nav a
{
	display: block;
	text-decoration: none;
	color: white;
}
nav a:hover
{
    color: orange;
    border-bottom: 0px solid gold;
}
.drapeau
{
	height: 30px;
	widht: 38px;
}
.photo
{
	height: 350px;
	width: 600px;
}
