/* Ceci est un commentaire */
body
{
	color: white;
	background: url("images/backd.jpg") fixed no-repeat center bottom black;
	background-size: 100%;
	font-family: georgia, serif;
	text-align: justify;
	overflow: auto;
	word-wrap: break-word;
}

h1
{
	text-align: center;
	border-top: 3px double white;
	border-bottom: 3px double white;
	font-size: 350%;
	width: 40%;
	margin: auto;
	padding: 20px 0;
	margin-top: 7%;
}

header
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2%;
}


#logo
{
	border: 3px #8A0000 solid;
	border-radius: 100px;
	color: #8A0000;
	padding: 10px;
	font-size: 150%;
}

nav ul
{
	text-transform: uppercase;
	list-style-type: none;
	display: flex;
}

nav li
{
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid white 1px;
	border-left: solid white 1px;
}

nav a
{
	text-decoration: none;
	color: white;
}

footer
{
	margin-top: 25%;
}