  #zone-centrale .tiroir.allege .entete-tiroir {
  border: none;
  margin: 0;
}

#zone-centrale .tiroir.allege.ouvert .entete-tiroir {
  background: initial;
}

#zone-centrale .tiroir.allege .entete-tiroir .titre a {
  position: relative;
  display: inline;
  background: none;
  padding: 0;
  padding-left: 20px;
}

#zone-centrale .tiroir.allege .entete-tiroir .titre a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/ressources/images/a00-icone-plus-notes.png) no-repeat;
}

#zone-centrale .tiroir.allege.ouvert .entete-tiroir .titre a:before {
  background: url(/ressources/images/a00-icone-moins-notes.png) no-repeat;
}
#zone-centrale .tiroir .contenu-tiroir{
  background: #F2F2F2;
  border: 1px solid #CBCBCB;
  margin-top: 15px;
  overflow: auto;
    height: 240px;
}
#zone-centrale .tiroir .contenu-tiroir h2{
    margin-top: 1em;
  }
