/* annuaire.css */

h1 {
  margin: 19px 10px;
  font-size: 18px;
  border-bottom: 1px solid #595959;
}

.text {
  color: #455661;
  text-align:justify;
  padding: 5px 0;
  font-size: 12px;
}

p.link {
  text-align: center;
}

p.link a {
  font-size: 13px;
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

p.link a:hover {
  text-decoration: none;
}

.CategoryName {
  color: #455661;
  font-size: 12px;
  background: -1px url(/images/rubric.gif) no-repeat;
  padding: 0 10px;
}

li {
  list-style-type: none;
}

.ItemTitle {
  font-size: 12px;
  color: #455661;
  text-decoration: underline;
}

ul a {
  color: #455661;
}

.ItemUrl {
  font-size: 12px;
}