body
{
  background: url("IMG/pic fond.jpg") no-repeat center center fixed;
  margin-right: auto;
  margin-left: auto;
  width: 1500px;
}

html 
{
  margin:0;
  padding:0;
  background: url("IMG/fond.gif") no-repeat center center fixed;
  background-size: cover; 
}

a
{
   text-decoration: none;
}

h1 
{
   background: #c39bd3; 
   text-align: center; 
   font-style: italic; 
   color: #000099; 
   font-family: "Comic sans MS";
   border-radius : 10px;
   border: 1px solid black;
   box-shadow: 9px 9px 2px black;
}

h2
{
   margin-left: auto;
   margin-right: auto;   
   width: 70%;
   background: #CCFFCC; 
   text-align: center; 
   font-style: italic; 
   color: #000099; 
   font-family: "Comic sans MS";
   border-radius : 10px;
   border: 1px solid black;
   box-shadow: 3px 3px 1px black;
}

h3
{
   margin-left: auto;
   margin-right: auto;   
   width: 30%;
   font-family: "Comic sans MS";
   text-align: center; 
   color: black;
   border-radius : 10px;
   border: 1px solid black;
   background: #EBFDA9;
}

h4
{
   font-size: large;
   font-family: "Comic sans MS";
   color: black;
}


hr
{
   width: 50%;
   color: black;
}

p
{ 
   text-align: justify;
   color: black; 
   font-size: large; 
   font-family: "Comic sans MS";
}


nav
{
   position:fixed;
   float: left;
   width: 245px;
   border: 3px solid white;
   border-radius : 10px;   
   color: black;
   font-size: medium;
   text-align: left; 
   font-family: "Comic sans MS";
   background: #C0C0C0;
   margin-top: 15px;
}


section
{
   text-align: justify;
   color: black;
   margin-left: 260px; 
   margin-right: 10px;    
   font-size: large; 
   font-family: "Comic sans MS";
}


em
{
   color: black;
   font-size: small;  
   font-family: "Comic sans MS";
}



img
{
  border: none; 
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

figure
{
   text-align: center;
}


hautdepage
{
    position: fixed;
    right: 30px;
    bottom: 30px;
}

footer
{
   float: left;
   width: 100%;
   border: 1px solid black;
   border-radius : 10px; 
   text-align: center;   
   color: black;
   font-size: small;  
   font-family: "Comic sans MS";
   background: #EBFDA9;
}

