p.bouton-orange a {
  background-color: #CA0B3D;
  border: 1px #6d6e71 solid;
  padding: 5px;
  color: #fff !important;
  font-weight: 500;
}
p.bouton-bleu a {
  background-color: #B5D5E6;
  border: 1px #6d6e71 solid;
  padding: 5px;
  color: #000 !important;
  font-weight: 500;
}
p.bouton-bleu-fonce a {
  background-color: #095797;
  border: 1px #6d6e71 solid;
  padding: 5px;
  color: #fff !important;
  font-weight: 500;
}
p.carre-turquoise {
  /*font-weight: bold;*/
  color: #000;
  background-color: #B5D5E6;
  border: 1px #6d6e71 solid;
  padding: 15px;    
}
p.carre-turquoise a {
  color: #095797;
}
/*p.avertissement {
  font-size: 16px;
  color: #6d6e71;
  border: 3px dashed #ca0b3d;
  padding: 10px;
}*/
div.avertissement {
  font-size: 16px;
  color: #6d6e71;
  border: 3px dashed #ca0b3d;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 15px;
}
p.titre-boite-accueil {}
p.align-left {text-align:left;}
p.align-center {text-align:center;}
p.align-right {text-align:center;}
td.align-center {text-align:center;}

table.table-7030{
  width:100%;
}
table.table-7030 td:first-child{
  width:70%;
}
table.table-7030 td:last-child{
  width:30%;
}

table.table-5050{
  width:100%;
}
table.table-5050 td:first-child{
  width:50%;
}
table.table-5050 td:last-child{
  width:50%;
}

.fa-universal-access {
   font-size: 1.5rem;
}



