/* mon style */


html {
    height: 100%;
    background-color : black;
    width: 100%;
    overflow-x :hidden ;
   }
  body {
    min-height: 100%;
    width: 101%;
    position: relative;
    padding-bottom :55px;
    min-height: 100%;
    width: 100%;
  } 

  .formtitres {
   font-size: large;
    font-weight : bold;
  }

  .fontcac {
    font-family: cac_champagneregular;
  }
  .flash-notice {background-color: red }

  .encontruction{

    color:white
  }
  .aligncenter{
    text-align: center;

  }