    @font-face {
      font-family: "bomareFontAller";
      src: url("fonts/custom/Aller.ttf");

  }
    @font-face {
      font-family: "bomareFontAller_BdIt";
      src: url("fonts/custom/Aller_BdIt.ttf");

  }
    @font-face {
      font-family: "bomareFontAller_It";

      src: url("fonts/custom/Aller_It.ttf");

  }  
    @font-face {
      font-family: "bomareFontAller_Lt";
      src: url("fonts/custom/Aller_Lt.ttf");

  }
    @font-face {
      font-family: "bomareFontAller_LtIt";
      src: url("fonts/custom/Aller_LtIt.ttf");

  }
    @font-face {
      font-family: "bomareFontAller_Rg";
      src: url("fonts/custom/Aller_Rg.ttf");

  }

  .titreprincipale{
    font-family: 'bomareFontAller_BdIt';
  }

  .titreSecondaire{
    font-family: 'bomareFontAller_It';
  }

  .txtCaroussel{
    font-family: 'bomareFontAller_LtItyy';
  }

  .textPresentation{
    font-family: 'bomareFontAller_Rg';
  }