body {
    background-color: #FFFFFF;
    font-family: verdana;
    font-size: 10px;
  }
  
  .gras {
    color: #1270cf;
    text-align: center;
    font-weight: bold;
  }
 
  .lesdates {
    color: #1270cf;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
  }

  .societe {
    color: #1270cf;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
  }

  .mission {
    color: #e69123;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
  }

  .detail {
    color: #000000;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
  }

  .important {
    color: #e69123;
    text-align: center;
    font-weight: bold;
  }

  h1 {
    color: #1270cf;
    text-align: center;
  }

  h2 {
    color: #e69123;
    text-align: center;
  }

  p {
    font-family: verdana;
    font-size: 20px;
  }