div.mainmenu.appelclient::before {
    content: "\f098";
}
div.mainmenu.MO3000::before {
    content: "\f0ac";
}
div.mainmenu.machines::before {
    content: "\f085";
}
div.mainmenu.heures::before {
    content: "\01F55F";
}
div.mainmenu.calculs::before {
    content: "\f085";
    hgff: "\f1ec";
}
a.blue{
    color: blue;
}
a.black{
    color: black;
}
.color.red,a.red,div.red
{
    color: red;
}
td.message{
    min-width: 300px;
}
td.reponse{
    min-width: 200px;
    max-width: 300px;
}
.listAppels {
    width: 1100px;
}

 .rechercheDav {
     text-decoration: underline;
     background-color: yellow;
 }
 .mb-2
{
    margin-bottom: 2px;
}

.bleu-clair
{
    color: cadetblue;
}