body
{ 
   font-family: impact;
   width: 1000px;
   margin-top: 20px;
   margin-bottom: 20px;    
    margin: auto;
   background-image: url("pics/ukskateparkcopy15.jpg");
}
div
{
margin-top: 20px;
margin-bottom: 85px;
padding: 20px;
background-color: #B3B3B3;
color: blue;
font-size: large;
width: 1000px;
height: 100px;
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
   { 
    font-style: italic;
	color: red
	}
