#BarreAideHaut
{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 60px;
  color: black;
  background-color: #CCC;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
}

#ButAideRetour
{
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
  background-image: url('imgGauche.png');
}

#TxtAide
{
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 15px;
//  overscroll-behavior-y: contain;
  scroll-padding-top: 15px; /* Marge pour le défilement interne */
}

#ButAideHome
{
  background-image: url('imgHaut.png');
}

#ButAidePlus
{
  background-image: url('imgAGrand.png');
}

#ButAideMoins
{
  background-image: url('imgAPetit.png');
}