html
{
	margin-right : 15%;
	margin-left: 15%;
	margin-top : 10px;	
	background-color: grey;
}

body
{
	background-color : white;
	padding : 30px;
	margin-bottom : 10px;
}

p
{
	text-align: justify;	
}

h1, h2, h3
{
	text-align: center;
}
h2
{
	color : red;
}
h3
{
	font-size: 40px;
}
.menu ul
{
	display : flex;
	padding : 5px;
	justify-content : space-between; 
	list-style-type : none; 
	border : 3px blue dashed;
	padding : 20px;
	background-image: url("../Images/fleche2.png");

}
.menu a
{
	text-decoration: none;
}
.menu a:hover
{
	color : green;
	text-decoration: underline;
}
img
{
	display: block;
    margin-left: auto;
    margin-right: auto
}


