/* annuaire.css */

.Content h1 {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}

.Content h2 {
  text-align: center;
  font-size: 14px;
}

.Content h3 {
  margin: 10px 0;
  font-size: 13px;
  background: #fa5a03;
  color: white;
  padding: 5px 10px;
}

.Content p {
  font-size: 12px;
  margin: 20px 0;
}

.Content p a {
  color : #177298;
}

.Content h2 a {
  color: #072999;
}

.Content hr {
  margin: 10px 0;
}
