body
{
   font-family: impact;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
       background-image: url("pics/ukskateparkcopy15.jpg");
	   width:1000px;
}

#pic1
{
position: absolute;
   left: 85px;
   top: 85px;
   border: 4px solid #B3B3B3;
}
#pic2
{
position: absolute;
   left: 450px;
   top: 85px;
   border: 4px solid #B3B3B3;
   }
   #pic3
{
position: absolute;
   left: 815px;
   top: 85px;
   border: 4px solid #B3B3B3;
   }
   #pic6
{
position: absolute;
   left: 815px;
   top: 360px;
   border: 4px solid #B3B3B3;
   }
     #pic5
{
position: absolute;
   left: 450px;
   top: 360px;
   border: 4px solid #B3B3B3;
   }
       #pic4
{
position: absolute;
   left: 85px;
   top: 360px;
   border: 4px solid #B3B3B3;
   }
         #pic71
{
position: absolute;
   left: 85px;
   top: 635px;
   border: 4px solid #B3B3B3;
   }
            #pic81
{
position: absolute;
   left: 450px;
   top: 635px;
   border: 4px solid #B3B3B3;
   }
            #pic91
{
position: absolute;
   left: 815px;
   top: 635px;
   border: 4px solid #B3B3B3;
   }
 
 
#back
{
background-color: white;
color: blue;
font-size: medium;
border: none;
height: 50px;
text-align: center;
width: 300px;
position: absolute;
   left: 60px;
   top: 920px;
   }
#next
{
background-color: white;
color: blue;
font-size: medium;
border: none;
height: 50px;
text-align: center;
width: 300px;
position: absolute;
   left: 470px;
   top: 920px;
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   font-style: italic; /
   }
a:hover /* Quand on pointe sur un lien du menu */
{
   Background-color: none;
    color: blue;
}
img a
{
   text-decoration: none
   }

