body
{ 
   font-family: impact;    
   background-image: url("pics/ukskateparkcopy15.jpg");
   margin-top: 20px;
   margin-bottom: 20px;
    margin: auto;
	width: 1000px
}
#hire
{
margin-top: 160px;
background-color: #B3B3B3;
color: blue;
font-size: large;
height: 180px;
border: 3px dotted blue;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
#back
{
margin-top: 210px;
background-color: white;
color: blue;
font-size: medium;
border: none;
height: 50px;
text-align: center;
width: 1000px;

}

a:hover /* Quand on pointe sur un lien du menu */
{
   Background-color: red;
   color: blue;
}
a
{
   text-decoration: none;
   font-style: italic;
   }