/* ==============================================================================
 * PROJET      : Ansible Flotte / Web Sites & Legacy
 * FICHIER     : style.css (Listage et présentation de répertoire)
 * ============================================================================== */

BODY {
  padding-left: 5%;
  padding-right: 5%;
  color: #333;
}

H1 {
  font-family: "palatino linotype", "book antiqua", palatino, serif;
  font-size: 1.7em;
  border-bottom: #333 1px solid;
  margin-top: 30px;
  margin-right: 20%;
  margin-bottom: 4px;
}

H2 {
  font-family: "palatino linotype", "book antiqua", palatino, serif;
  font-size: 1em;
  margin-top: 0px;
  margin-right: 20%;
  margin-bottom: 6px;
}

P, UL {
  line-height: 1em;
  text-align: justify;
  margin-right: 20%;
}

IMG {
  margin-bottom: -6px;
}

A IMG {
  border: 0;
}

A {
  color: #004eff;
  text-decoration: none;
}

A[HREF="?N=A"], A[HREF="?N=D"] {
  padding-left: 24px;
  margin-left: 0.5em;
}

A:visited {
  color: #4800ff;
}

A.wikipedia {
  background: url(/indexing-icons/lien_wikipedia.png) right center no-repeat;
  padding-right: 16px;
}

A.framasoft {
  background: url(/indexing-icons/lien_framasoft.png) right center no-repeat;
  padding-right: 16px;
}

A.filezilla {
  background: url(/indexing-icons/lien_filezilla.png) 100% 60% no-repeat;
  padding-right: 15px;
}

A.libre {
  background: url(/indexing-icons/lien_gnu.png) 100% 80% no-repeat;
  padding-right: 18px;
}
    
A.linux {
  background: url(/indexing-icons/lien_linux.png) 100% 80% no-repeat;
  padding-right: 14px;
}

A.vlc {
  background: url(/indexing-icons/lien_vlc.png) 100% 80% no-repeat;
  padding-right: 14px;
}

A.externe {
  background: url(/indexing-icons/lien_externe.png) right center no-repeat;
  padding-right: 14px;
}

A.recherche {
  background: url(/indexing-icons/lien_recherche.png) right center no-repeat;
  padding-right: 14px;
}

A.monde {
  background: url(/indexing-icons/lien_monde.png) 100% 60% no-repeat;
  padding-right: 15px;
}

HR {
  border: 0;
  border-bottom: 1px #999 solid;
  height: 1px;
}

PRE {
  margin: 30px 0;
  font-size: 1em;
  line-height: 2em;
}

TH {
  font-size: .8em;
  line-height: 2em;
}

TD {
  font-family: "Courier New", Courier, monospace;
  font-size: .8em;
  line-height: 1.8em;
  padding: 0 1em 0 0;
}
