/****************************************************************************************
 * On trouvera ici les réglages pour le bandeau wiki.
 ****************************************************************************************/

table#bandeauwiki {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 2px 10px;
  background-color: #99ff66;
  border-bottom: thin solid black;
  color: black;
  font-size: 10pt;
}

table#bandeauwiki.nonpublic {
  background-color: #ff7733;
}

table#bandeauwiki td {
  font-family :  Arial, Helvetica, sans-serif;
}

table#bandeauwiki img.temoin {
  vertical-align: -1px;
}

table#bandeauwiki table.boutons td.nompage {
  padding-left: 6px;
  padding-right: 8px;
}

table#bandeauwiki span#nompage {
  font-weight: bold;
}

table#bandeauwiki span#annotation {
  font-size: 75%;
}

table#bandeauwiki table.boutons td.bouton {
  text-align: center;
  vertical-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
  /* border: thin dotted gray; -- for debug */
}

table#bandeauwiki a {
  text-decoration: none;
  color: blue;
}

table#bandeauwiki a:hover {
  text-decoration: none;
}

table#bandeauwiki a.bouton, table#bandeauwiki label {
  font-size: 8pt;
}

table#bandeauwiki a.bouton img {
  vertical-align: -2px;
}

table#bandeauwiki td#nomutilisateur {
  text-align: right;
  padding-left: 3px;
  padding-right: 3px;
}

table#bandeauwiki td#nomutilisateur span#vousetes {
  font-size: 7pt;
}
