/* Fichier CSS du plugin glossaire */

a.mot {
  background: transparent url('../../IMG/LEEST/glossaire_a-mot.jpg') no-repeat top right;
  padding: 0 7px 0 0;
}

a.mot:link {}

a.mot:hover {}

a.mot:visited {}

a.mot:active {}

span.defdiv {
  width: 246px;
  background: transparent url('../../IMG/LEEST/glossaire_popup-div.png') no-repeat;
  padding: 21px 0 0 0;
  visibility: hidden;
  position: absolute;
}

span.defdiv {
  display: inline;
}

span.defdiv span.definition_debut, span.defdiv span.definition_fin {
  display: none;
}

span.defdiv a.fermer {
  float: right;
  background: transparent url('../../IMG/LEEST/glossaire_popup-a_fermer.png') no-repeat;
  width: 16px;
  height: 14px;
  position: relative;
  right: 25px;
  top: 0;
}

span.defdiv a.fermer span {
  display: none;
}

span.defdiv span.definition {
  margin: 0;
  padding: 0;
  background: transparent url('../../IMG/LEEST/glossaire_popup-dl.png') repeat-y;
  width: 246px;
  float: left;
}

span.defdiv span.definition span.titre {
  margin: 0;
  padding: 0 0 0 15px;
  display: block;
  font: bold 11pt arial;
  font-variant: small-caps;
  color: #1C3D59;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
}

span.defdiv span.definition span.texte {
  margin: 0;
  padding: 10px 30px 0 30px;
  font: italic 9pt arial;
  color: #1C3D59;
  text-indent: 0;
  text-align: left;
  display: block;
}

span.defdiv a.savoir_plus {
  background: transparent url('../../IMG/LEEST/glossaire_popup-a_savoir_plus.png') repeat-y;
  width: 246px;
  height: 73px;
  float: left;
}

span.defdiv a.savoir_plus:link {}

span.defdiv a.savoir_plus:visited {}

span.defdiv a.savoir_plus:hover {}

span.defdiv a.savoir_plus:active {}

span.defdiv a.savoir_plus span {
  display: none;
}

/* La page mot.html */

div.glossaire {
  width: 565px;
}

div#centre ul.glossaire {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

div#centre ul.glossaire li {
  display: inline;
  margin: 2px;
  padding: 0;
}

div#centre ul.glossaire li a {
  text-decoration: none;
  font: bold 10pt arial;
}

div#centre ul.glossaire li a:link {
  color: #416396;
}

div#centre ul.glossaire li a:visited {
  color: #416396;
}

div#centre ul.glossaire li a:hover {
  color: #9aa2c2;
}

div#centre ul.glossaire li a:active {}

div#centre dl.definition {}

div#centre dl.definition dt {
  font: bold 12pt arial;
  color: #333;
  font-variant: small-caps;
  letter-spacing: 1px;
  background: #E4DCD4;
  margin: 5px;
  text-transform: lowercase;
}

div#centre dl.definition dd {
  font: 10pt arial;
  text-align: justify;
  padding: 5px 10px 15px 0;
  color: #333;
}

div#centre div.recherche div.texte {
  margin: 0;
  padding: 0 10px 10px 0;
}

div.centre dl.definition dd div.glossaire_image img {
  margin: 5px;
}

div.pagination {
  font: bold 8pt arial;
  text-align: center;
  color: #999;
}

div.pagination a {
  text-decoration: none;

}

div.pagination a:link {
  color: #416396;
}

div.pagination a:visited {
  color: #416396;
}

div.pagination a:hover {
  color: #9aa2c2;
}

div.pagination a:active {}

