<!--

// detection du navigateur


largEcran = screen.width;


 
if (largEcran>1024)
{
document.write("<style type='text/css'>body {margin-top:25px;margin-bottom:25px;}</style>");	


}
-->