body{
  padding: 0;
  margin: 0;

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 64px;
  
  font-family: 'Arial Bold';
  font-weight: normal;
  
  border-right: solid red 1px;
  border-bottom: solid red 1px;

  background-color: black;
  color: white;
}

.font_lot_prix{
  font-family: 'Arial Bold';
  font-weight: normal;
  
  font-size: 24px;
}

.espace{
  display: inline-block;
  width: 5px;
  margin: 0;
  padding: 0;
}

.totem-ext #lot_prix{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.totem-ext #lot{
  position: relative;
  /*float: left;*/

  text-align: center;
  font-size: 38px;
  line-height: 38px;
  /*background-color: green;*/
}

.totem-ext #prix{
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  /*float: right;*/
  text-align: center;
  /*background-color: blue;*/
}