/* annuaire.css */

#DirectoryShowBox {
  margin: 15px;
}

#DirectoryShowBox .PretBoxTitle {
  padding: 10px 0;
  color: #F66F2B;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px;
  //margin: 0; /* Crack IE */
}

#DirectoryShowBox .TitleOrangeArrow {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #f56202;
  text-transform: uppercase;
}

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

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

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

#DirectoryShowBox .CategoryName {
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
  margin: 10px 0;
  border-bottom: 1px solid #f56202;
  text-transform: uppercase;
}

#DirectoryShowBox li {
  list-style-type: none;
  margin-bottom: 5px;
}

#DirectoryShowBox .ItemTitle {
  font-size: 12px;
  color: #f56202;
  font-weight: bold;
}

#DirectoryShowBox ul {
  font-size: 12px;
  padding-bottom: 10px;
}

#DirectoryShowBox ul a {
  color: #455661;
  text-decoration: none;
}

.ItemUrl {
  font-size: 12px;
}