/* annuaire.css */

#DirectoryShowBox {
  margin: 0 10px;
}
#DirectoryShowBox .text {
  color: #455661;
  text-align:justify;
  padding: 5px 0;
  font-size: 12px;
}
#DirectoryShowBox p.link {
  text-align: center;
}
#DirectoryShowBox p.link a,
#DirectoryShowBox p.text a {
  font-size: 13px;
  font-weight: bold;
  color: #C2204A;
  text-decoration: underline;
}
#DirectoryShowBox p.link a:hover {
  text-decoration: none;
}
.CategoryName {
  color: #455661;
  font-size: 12px;
  background: -1px url(/images/rubric.gif) no-repeat;
  padding: 0 10px;
}
ul a {
  color: #455661;
}
li {
  list-style-type: none;
}
.ItemTitle {
  font-size: 12px;
  color: #455661;
  text-decoration: underline;
}
.ItemUrl {
  font-size: 12px;
}
