Superposer des images dans un tableau

modifier
<td>
  <img style="position: absolute" src="image-dessus.png" width="740" height="380">
  <img  src="image_dessous.png" width="740" height="380">		
</td>

Cropper une image

modifier
<div style="width: 220px; height: 220px; overflow: hidden">
  <img style="position: absolute; left:-98px; top:-92; width:400px; height: 367px;" src="image.png">
</div>