/* CSS */

body
{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url("design/fond/fond_lise.jpg");
  background-repeat: repeat;
}

#fondblanc
{
  background-image: url("design/fond/fond_lise_2.jpg");
  width: 850px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border: None;
}

/* En tête du site  */

#en_tete
{
  width: 850px;
  height: 100px;
  background-image: url('design/bannieres/bann_liz.jpg');
  background-repeat: no-repeat;
  margin-bottom: 0px; /*MODIFIÉ*/
  margin-top: 1px;
  margin: auto;
  border: none;
}


/* Le menu */

#menu
{
   float: left;
   width: 200px;
   border: 2px dashed white;
   margin-right: 10px;
   margin-left: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 15px;

   
}

.element_menu
{
   border: none;
   
   margin-top: 10px;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu ul
{
   list-style-type: none;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: black;
   text-decoration: none;
   Font-size: 18px;
}

.element_menu a:hover
{
   color: black;
   font-weight : Bolder;
   text-decoration: none;
   Font-size: 20px;
}



/* Le corps de la page */
 
#corps
{
  width: 595px;
  margin-left: 15px;
  margin-bottom: 0px;/*Modifié*/
  margin-right: 15px;
  margin-top: 10px;/*Modifié*/
  color: black;
  border: none;
  background-color: none;
  text-align : justify;
  padding: 5px;
  padding-left: 220px;
}
 
 #corps a 
 {
   color: black;
   text-decoration: underline;
 }
 
 #corps a:hover
 {
   color: black;
   font-weight : Bolder;
   text-decoration: none;
   Font-size: 20px;
 }
 
 img
 {
   border: none;

 }
 
 h1
 {
 display: inline;
 }
 h2
 {
 display: inline;
 }
 
 h3
 {
 display: inline;
 }
 
  h4
 {
 display: inline;
 }
 
  h5
 {
 display: inline;
 }

 table
 {
 text-align: left;
 border:none;
 }
 td
 {
 padding: 15px;
 }