I've replaced the iframe code:
scrolling="no" frameborder="0" marginheight="0" marginwidth="0"
with
style="overflow: hidden; position: relative; border:0px; margin:0px"
It works well on all browsers except IE8 which displays ugly scrolling bars.
Is there any way to remove them ?