/*liens css*/

h1
{
   text-align: center;
   color: purple;
   text-decoration: underline;
} 

h3
{
   
   color: black;
   text-align: center;
} 

body
{
   background-image: url(fondnuage.jpg);
} 

p, a
{
  
  text-align: center;
  
}

#corps
{
   margin-left: 100px;
   margin-right: 100px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: #03a9ff;
   background-repeat: repeat-x;
   
   border: 2px solid black;
}



#corps h2
{
   height: 30px;

   
   padding-left: 30px;
   color: #710064;
   text-align: center;
   font-family: Georgia;
}
h3
{
   color: black;
  text-align: center;
  
}

p, a
{
   color: black;
  text-align: center;
  
}
