html{
    font-size:larger;
}
    body{
        background-color: #EEECE1;
        font-family: Arial, Helvetica, sans-serif;
      }
  
      .header{
        background-color:#123456;
        height: 60px;
      }
  
      .logo{
        color:#fff;
        font-size:1rem;
        font-weight:lighter;
        margin-top: 0px;
        padding-top: 5px;
        padding-left:5px;
        text-decoration: underline
      }
  
      .presentation{
        font-size:1rem;
        color:#404040;
        margin-top: 10px;
        padding-top: 20px;
        padding-left:5px;
        padding-right: 5px;
      }

      .footer{
        font-size: 0.8rem;
        color:#404040;
      }


      .logo2{
        color:#123456;
        font-size:0.9rem;
        font-weight: lighter;
        margin-top: 0px;
        padding-top: 0px;
        padding-left:0px;
        text-decoration: underline;
      }
        
    strong{
      color:#123456;
      font-weight: bold;
    }
  
    /* couleur et format des bullets */
    ul {list-style: none}
    ul li::before{
      content: "\2022";
      color:#123456;
      display: inline-block;
      font-weight: bold;
      font-size: 1.2rem;
      width: 1em;
      margin-left: -1em;
    }

    .email{
      margin-top: 0px;
      font-size: 0.8rem;
      font-style:normal;
      padding-left:0px;
      }
  
     .download{
      margin-top: 0px;
      color: #123456;
      font-size: 0.8rem;
      padding-left:5px;
      }
  
    a:link{
      color: #404040;
      background-color: transparent; 
      text-decoration: underline;
      }
        
    a:visited {
      color: #404040;
      background-color: transparent;
      text-decoration: underline;
      }
