﻿body
{
   width: 1024px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-color: #1b3f62; */
}

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


.flottantegauche
{
float: left;


}

.flottantedroite
{
float: right;


}


.dessous
{
   clear: both;
}


.paragraphe
{
  width: 850px ;
  border: 0px solid black ;
  margin: auto ;
  padding-top: 20px ;
  padding-bottom: 20px ;
  font-size: 13px ;
  text-align: center ;
  color: rgb(255,255,255);
  font-family: verdana;
  font-style: bold;


}


.paragraphe2
{
  width: 850px ;
  height: 370px;
  border: 0px solid black ;
  margin: auto ;
  padding-top: 20px ;
  padding-bottom: 20px ;
  font-size: 13px ;
  text-align: center ;
  color: rgb(255,255,255);
  font-family: verdana;
  font-style: bold;


}




.menu
{
  width: 1024px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 0px;
  text-align: center ;
  

}

.tablemenu
{
   width: 1000px;
   margin: auto;

   
  
}

.tableimage
{
   width: 1024px
  
}

a
{
   text-decoration: none ;
   color: rgb(255, 255, 255);
   font-size: 17px ;
   font-style: bold;
   font-family: times;
}

.image300

{
   maxhigh: 300px ;
   color: rgb(97,3,99) ;
 
}

h4

{
  color: #f57b0f;
  font-family: verdana ;
  font-size: 14px ;
  font-style: bold;
  

}

h2

{
  color: #47aab9;
  font-family: verdana;
  font-size: 14px ;
  

}


a img { 
  border: none

}

img {
display: inline;
margin: 15px;
}

th { 
border:1px solid white
 }
