.img {
  background-image: url('../img/typologieA.jpg');
  background-repeat: no-repeat;
  display: block;
  width: 591px;
  height: 424px;
}

.p1, .p2, .p3, .p4 {
  position: absolute;
  display: block;
}

.p1 {
  top: 80px;
  left: 75px;
}

.p2 {
  top: 80px;
  left: 360px;
}

.p3 {
  top: 300px;
  left: 75px;  
}

.p4 {
  top: 300px;
  left: 360px;
}

.place, .placeditem {
  display: inline-block;
  width: 120px;
  height: 20px;
  line-height: 1em;
}

.answer {
  margin-left: 5px;
}