
/* ---------------- Feuille de style du portail Web du Syrte ---------------- */
body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 0.9em;
}

a {
  color: #00F;
  text-decoration: underline;
}

a:hover {
  color: #e86d03;
  text-decoration: underline;
}

/* --- Conteneur du cadran cache (variables de temps non affichees ) ------ */
#cadran_cache {  position: relative;
  top: 1px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

font.noir-titre {
  font-size: 2em;
  border: 1px solid #aaa;
  background-color: #fffff0;
  font-weight: bold;
  padding: 3px; 
}

font.fmt-date {
  font-size: 2.2em;
  font-weight: bold;
}

font.fmt-heure {
  font-size: 2.2em;
  font-weight: bold;
  border: 1px solid #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fffff0;
}

font.bleu-inter {
  font-size: 1.5em;
  color: #6090c0;
  font-weight: bold;
}

font.noir-gras {
  font-size: 1.1em;
  font-weight: bold;
}

font.red {
  font-size: 1.5em;
  color: #d00000;
  font-weight: bold;
}

font.green {
  font-size: 1.5em;
  color: #00d000;
  font-weight: bold;
}

table {
  text-align: left;
  border-collapse: collapse;
}

table.centre {
  margin: 1em auto;
  border-collapse: collapse;
}

td {
  padding: 15px 5px;
  text-align: justify;
}

td.agauche {
  padding: 15px 5px;
  text-align: left;
}

td.adroite {
  padding: 15px 5px;
  text-align: right;
}

td.centre {
  padding: 15px 5px;
  text-align: center;
}

hr {
  border: 0px;
  color: #206ED0;
  background-color: #206ED0;
  height: 1px;
}

.closediv {
  text-align: right;
  margin: 0;
  padding:0;
}

/* --- Le reste ------ */

#logorepfr {
  height: 114px;
  padding-left: 10px;
}

#langue {
  position: fixed;
  top: 20px;
  right: 20px;
}

#fonctionnement {
  display: none;
}
