#acte {
  border: 3px solid white;
  margin: 5px;
  background-image: url(images/acte_marjorie_640.jpg);
  width: 214px;
  height: 320px;
  display: block;
  float: left;
  clear: right;
  background-position: left top;
  background-repeat: no-repeat;
}
#acte:hover {
  background-image: url(images/acte_marjorie_640.jpg);
  background-position: left bottom;
}
#acte_phil {
  border: 3px solid white;
  margin: 5px;
  background-image: url(images/acte_phil_p1060325+p1060326.jpg);
  width: 320px;
  height: 240px;
  display: block;
  float: right;
  clear: left;
  background-position: center right;
  background-repeat: no-repeat;
}
#acte_phil:hover {
  background-image: url(images/acte_phil_p1060325+p1060326.jpg);
  background-position: center left;
}
#notaire {
  border: 3px solid white;
  margin: 5px;
  background-image: url(images/notaire_public_p1060395+p1060328.jpg);
  width: 320px;
  height: 240px;
  display: block;
  float: right;
  clear: left;
  background-position: center right;
  background-repeat: no-repeat;
}
#notaire:hover {
  background-image: url(images/notaire_public_p1060395+p1060328.jpg);
  background-position: center left;
}
