*{
    margin:0;
    padding: 0;
}
body {
    
    font-family: "comic sans ms";
    color: #4f1158;
    font-size: small;
    background-image: url(fond1.JPG);
}
/*=========================================================
1. zone div
===========================================================*/

#wrapper {
  width: 800px;
  margin: 10px auto;
  background-image: url(fond1a.JPG);
}

#bienvenue {
  height:150px;
 
}
#menu  {
   
   float:left;  
   width:140px;
   height: 700px;
   background-image: url(fond1a.JPG);
   padding-top: 20px;
   padding-left: 20px;

}

#contenu {
  float: right;
  width: 620px;
  height: 720px;
  background-image: url(fond1a.JPG);  
  padding-left: 20px;
   line-height: 2em;
}

#footer {
}

/*========================================================
2. element html
========================================================*/


h1 {
    font-size: 200%;  
    text-align: center;
    margin-top: 20px
    
}
h2 {
    font-size: 120%;
    margin-top: 30px
   
}
h3 {

   font-size: 100%;
   text-align: center;
   margin-top: 20px
}

p {
   
   padding-right:20px;
   margin-top: 5px;

}

a:link {
    color: #4f1158;
    text-decoration: underline;
}
a:visited {
    color:#984898;
}
a:active {
    color:#000066;
}
a:hover {
    color: yellow;
    text-decoration: none;
}

