body
{ 
   
   font-family: impact;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
       background-image: url("pics/ukskateparkcopy15.jpg");
	   width:1000px;
}
#location
{
text-align: center;
background-color: #B3B3B3;
color: blue;
font-size: large;
height: 700px;
border: 3px dotted blue;
padding-top: 30px;
padding-bottom: 10px
width: 1000px;
}
#back
{
margin-left: 20px;
margin-top: 90px;
background-color: white;
color: blue;
font-size: medium;
border: none;
height: 50px;
width: 300px;
}
a:hover /* Quand on pointe sur un lien du menu */
{
   Background-color: red;
   color: blue;
}
a
{
   text-decoration: none;
   font-style: italic;
   }
