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

#corps
{
margin-top: 30px;
margin-left: 30px;
background-color: #B3B3B3;
color: blue;
font-size: large;
width: 1000px;
height: 200px;
border: 3px dotted blue;
position: absolute;
top: 50px;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 10px;
padding-left: 10px
}

#vid1
{
position: absolute;
   left: 85px;
   top: 400px;
   border: 4px solid #B3B3B3;
}
#vid2
{
position: absolute;
   left: 585px;
   top: 400px;
   border: 4px solid #B3B3B3;
   }
   #vid3
{
position: absolute;
   left: 1095px;
   top: 400px;
   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: 870px;
   }
a:hover /* Quand on pointe sur un lien du menu */
{
   Background-color: red;
   color: blue;
}
a
{
   text-decoration: none;
   font-style: italic;
   }
   .important
   {
   color: white
   }
 
