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

div
{
background-color: #B3B3B3;
color: blue;
font-size:large;
width: 1000px;
height: 500px;
border: 3px dotted blue;
}
#corps
{
height: 650px;
}
#partie1
{
height: 150px;
}
div
{
padding: 20px;
margin-bottom: 85px;
background-color: #B3B3B3;
color: blue;
font-size:large;
width: 1000px;
height: 500px;
border: 3px dotted blue;
}
#back
{
background-color: white;
color: blue;
font-size: medium;
border: none;
width: 1000px;
height: 50px;
text-align: center;
}
a:hover /* Quand on pointe sur un lien du menu */
{
   Background-color: red;
   color: blue;
}
a
{
   text-decoration: none;
   font-style: italic;
   }
   .titre
   {
   color: white
   }
   .important
   { 
   color:red
   }
