body {
   width: 1000px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 10px;    
   background-color: #D3DD7C;
}
* {
margin:0;
padding:0;
}
a img 
{
   border: none; /* Pas de bordure */
}
.cadre {
   width: 790px;
   height: 535px;
      margin: auto;
 background-image : url('banniere/index.jpg');   }
.texte {
width: 95%;
margin: auto;
margin-top: 150px;
height:300px;
}
.bloc1 {
float: left; 
width: 45%;
}
.bloc2 {
float: right; 
width: 45%;
}



 h1 {
      text-align: center;
         font-family:  Arial, "Times New Roman", Times, serif;
         font-size: 120%;
color: white;
}
   h2 {
      text-align: center;   
      font-family:  Arial, "Times New Roman", Times, serif;
         font-size: 100%;
color: white;
}
.dessous
{
   clear: both;
}