body
{
	
	background-color: #f0ebe3;
	max-width: 1000px;
	margin: auto;
	font-family: "Century Gothic";
	
}

article
{
	
	width: 300px;
	margin: 5px;
	
}

.flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}

#grille-accueil
{
	margin-top: 30px;
}

img
{
	border: 2px white solid;
}

nav
{
	margin-top: 30px;
}

.bouton-menu
{
	width: 60px;
	background-color: white;
	text-align: center;
}

footer
{
	background-color: #dfdbd4;
	color: maroon;
	margin: 20px;
	text-align: center;
}

footer h1
{
	font-size: 1.1em;
}

a
{
	text-decoration: none;
	color: maroon;
}

a:visited
{
	color: maroon;
}