h1
{
   text-align: center;
   color:#09b000 ;
   font-family: Georgia;
   text-decoration: underline;
   
}
body
{  
 width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;  
   background-image: url(ciel.jpg);
}
p
{
  
   color:#bd003d;
   font-family: Georgia;
  text-align: center;
}

 img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
   
}

h2
{
  color:#e400f6 ;
   
}
#menu
{
   float: left;
   width: 120px;
  
}
#corps
{
   margin-left: 150px;
   margin-right: 150px;
   margin-bottom: 20px;
   
   top: 10px;
   padding: 5px;
   
   color: #09b000 ;
   
   
   border: 2px solid black;
}
#corps p
{
   text-align: center;
   color: #09b000 ;
   font-family: Georgia;
   text-decoration: underline;
}

#corps h2
{
  color: #8b0024 ;
   text-align: center;
   text-decoration: blink;
}


