BODY { 
    font-family: Verdana; 
    background-color: #f3f3f3; 
    color: #444;
    margin: 0;
    padding: 0;
}

/* Seulement les liens hors menu et hors bouton passent en bleu */
a:not(.Bouton),
a:visited:not(.Bouton) {
    color: #3498db;
    font-weight: bold;
}

div#Content
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

BODY, TD {
    font-size: 12px;
}

THEAD TH { 
    background-color: #146e20;
    color: white;
    font-weight: bold;
}

TH.EnteteRouge { 
    background-color: #B22222;
    color: white;
    font-weight: bold;
}

TH.EnteteOr { 
    background-color: #D4AF37;
    color: black;
    font-weight: bold;
}

TH.EnteteOr2 { 
    background-color: #DABB52;
    color: black;
    font-weight: bold;
}
TH.EnteteAction{ 
    background-color: #333;
    color: white;
    font-weight: bold;
}

TFOOT TD { background-color:#CCC; font-weight:bold;}
TBODY TH { text-align: left; }

div#FormConnexion {
    margin:auto;
    max-width:400px;
    border: 1px solid #444;
}

#FormConnexion h1 {
    text-align: center;
    background-color: #444;
    color: #fff;
    margin-top: 0;
    font-size:16px;
    padding:5px;
}

#FormConnexion #ContentConnexion {
    padding:20px;
    text-align: center;
}

#ContentConnexion label {
    padding-bottom: 10px;
}

#feedback-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4a6cf7;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform .2s;
  z-index: 9999;
}

#feedback-btn:hover {
  transform: scale(1.1);
}

#feedback-panel {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 260px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  display: none;
  z-index: 9999;
}

#feedback-panel textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  resize: vertical;
}

#fb-send {
  width: 100%;
  background: #4a6cf7;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
}

IMG.icone {
  height: 20px;
}

TD.TexteGrise {
  color:#CCC;
}

TR.Masquer TD {
  text-decoration:line-through;
}
