body
{
    background:url('01_Salut.jpg');
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
}

footer nav
{


position: absolute;
margin-top: 550px;
margin-left: 280px;
}
a
{
font-family: impact, arial black, sans-serif;
font-size: 5em;
color: #0e3350;
text-decoration: none;
	
}
 
 a:hover
{
	color: #fdce36;
}

a:active
{
	color: #d2d2d2;
}