﻿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: rgb(198,194,206) ; 
} 

#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: 1024px ;
  border: 0px solid black ;
  margin: auto ;
  padding-top: 10px ;
  padding-bottom: 10px ;
  font-size: 16px ;
  text-align: center ;
  color: rgb(13,26,45);
  font-family: kalinga ;
  font-style: bold;
}

.paragraphereduit
{
  width: 500px ;
  border: 0px solid black ;
  margin: auto ;
  padding-top: 10px ;
  padding-bottom: 10px ;
  font-size: 16px ;
  text-align: center ;
  color: rgb(13,26,45);
  font-family: kalinga ;
  font-style: bold;





}




.menu
{
  width: 1024px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 0px;
  font-size: 20px ;
  text-align: center ;
  color: rgb(116,117,144);
  font-family: latha ;
}

.tablemenu
{
   width: 800px;
   margin: auto;
  
}

.tableimage
{
   width: 1024px;
  
}


a
{
   text-decoration: none ;
   color: rgb(116,102,144) ;
font-family: latha ;
font-size: 20px ;
}

.image300

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

h4

{
  color: rgb(13,26,45);
  font-family: Segoe Print ;
  font-size: 17px ;
  text-decoration: underline;

}


a img { 
  border: none
}

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


