#en_tete
{
   width: 840px;
   height: 100px;
   background-image: url("banniere1.PNG");
   background-repeat: no-repeat;
   MARGIN : AUTO;
  
}
body
{
   width: 840px;
   margin: auto;
   border : dotted medium black;
   margin-top: 70px; 
   background-color: rgb(248,242,138);
}
 h1
{
color : rgb(255,0,0);
font-size : 48px;
text-align : center;
font-family : "curlz MT", arial, "courrier new";
}
h2
{
color : rgb(255,0,0);
text-decoration : blink;
font-size : 35px;
text-align : center;
font-family : "curlz MT", arial, "courrier new";
}

h3
{
color : black;
font-size : 15px;
text-align : center;
font-family : arial, "courrier new";
}
p 
{
text-align : center;
font-size : 18px;
font-family : arial;
color : black;
}
a img
{
border : none;
}

#en_pied
{
   width: 840px;
   height: 35px;
   background-image: url("banniere.PNG");
   background-repeat: no-repeat;
}
