
  body{
  width:800px; /* 1200px */
  height:100%; /* ou 77%  432px*/
  overflow:auto; /* ascenseur */
  margin:0px auto;
  color:black;
  background-color:white; 
  }
 
  a{ text-decoration: none; }
  a:hover{ text-decoration: underline ; }

  a img {
    border: none; /* Enleve les bordures bleu des liens hypertextes sur les images */
  }
 
  .w3 {text-align:center;}

  p{
    font-weight:normal;
    text-align: justify;
  }

  ol, ul { padding:0; }
  
  td{padding:0;}

  * { margin:0;  }

  .titreprincipal{color:#004a4a;background-color:white;}

  .titre { color:#004a4a; background-color:white;}
  
  .passportlang{
  border: 1px solid #E8E8E8;
  text-align:center;
  }
