#tout
{
	text-align: center;
	font-size: 20px;
}

body
{
	background: white;
	font-family: 'Open Sans', sans-serif;
}

h1
{
	text-decoration: underline;
}

#tout a 
{
	color: blue;
	text-decoration: underline;
}

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

#retour
{
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #FF7400;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
}

#retour:hover
{
	transition: 1s;
	background: #5A5A5A;
}

#retour p 
{
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}

footer 
{
	width: 100%;
	height: 300px;
}