@charset "utf-8";

#contents h2#besoin_aide {
  background: transparent url(../images/vous_avez_besoin_d_aide.png) no-repeat;
    height: 55px;
    width: 254px;
}

#contents h2#besoin_aide span {
  display: none
}

#contents h2#pouvez_aider {
  background: transparent url(../images/vous_pouvez_nous_aider.png) no-repeat;
    height: 59px;
    width: 255px;
}

#contents h2#pouvez_aider span {
  display: none
}

#contents ul {
    margin: 0;
  padding-left: 40px;
}

#contents ul.oreille_rouge{
    background: transparent url(../images/oreille_rouge.png) no-repeat top left;
}

#contents ul.oreille_bleue{
    background: transparent url(../images/oreille_bleue.png) no-repeat top left;
}

#contents li {
  color: #00293d;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    margin-left: 20px;
}

#contents li a{
  font-weight: bolder;
    color: #00293d;
}