/* annuaire.css */

#DirectoryShowBox .ItemTitle {
  font-size: 13px;
  color: #2C79BD;
}

#DirectoryShowBox .link {
  text-align: center;
}

#DirectoryShowBox .link a {
  font-weight: bold;
  font-size: 13px;
  color: #2C79BD;
}

#DirectoryShowBox ul {
  font-size: 12px;
  padding-bottom: 10px;
  list-style-type: none;
}

#DirectoryShowBox ul a {
  color: #455661;
}

.ItemUrl {
  font-size: 12px;
}