@CHARSET "UTF-8";

/*************/ /*   INDEX NOMS  */ /*************/

div#content{
  overflow: hidden;
}

#noms a:hover {
  text-decoration: none;
}

#noms .nom img {
  vertical-align: middle;
}

#noms #alphabet {
  position: fixed;
  width: 220px;
  text-align: justify; 
}

#noms #alphabet a {
  display: block;
  float: left;
  width: 1.5em;
  text-align: center;
}

#noms #alphabet a:hover {
  background-color: #5C2269;
  font-weight: bold;
  color: white;
  border-bottom-width: 0pt;
}

#noms .nom {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}

#noms .separator {
  margin-top: 1em;
}

#noms .nom a:hover {
  border-color: #871a86;
}

#noms .lettrine {
  position: absolute;
  left: -1.1em;
  top: -0.07em;
  font-size: 2.7em;
  line-height: 1em;
  font-weight: bold;
  z-index: 9;
}

#noms .lettrine a {
  color: #e4d0e4;
  opacity: 0.8;
}

#noms .lettrine a:hover {
 cursor: default;
 color: #e4d0e4;
 border-bottom-width: 0pt;
}

