#BarreEditHaut
{
  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;
}

.ClassButEdit
{
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}

#ButEditAnnuler
{
  background-image: url('imgAnnuler.png');
}

#ButEditValider
{
  background-image: url('imgValider.png');
}

#ButEditBegin
{
  background-image: url('imgHaut.png');
}

#ButEditEnd
{
  background-image: url('imgBas.png');
}

#TxtEditInput
{
  width: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  height: 200px;
  padding: 5px;        /* Espace intérieur */
  margin-top: 62px;
  margin-left: 0px;   /* Espace extérieur */
  margin-right: 0px;
  margin-bottom: 0px;
  color: black;
}

