
#BandeauHaut,#BandeauHaut a {
      padding: 0.5rem 1rem;
  color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2FA4E7), to(#1d9ce5));
    background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
    background-repeat: no-repeat;
    background-color: #2FA4E7 !important;
  margin-bottom: 5px;
}

td.titre {background-color: #ccdff4;font-weight: bold;}
td.formlabelrequired {font-weight: bold;}

.btn .fa {margin-right: 3px}