div#carte {
  position : relative;
  width : 496px;
  height : 503px;
  background : url(images/carte.jpg) no-repeat top left;
  margin : auto;
} 
div#mairie {
  position : absolute;
  top : 102px;
  left : 140px;
  width : 188px;
  height : 130px;
  background : url(images/mairie.jpg) no-repeat top left;
}
div#tourne {
  position : absolute;
  top : 380px;
  left : 380px;
  
}
div#tickets{
  position : absolute;
  top : 380px;
  left : 0;
  width : 200px;
  height : 139px;
  background : url(images/tickets.gif) no-repeat top left;
}