<!--- Redirection en fonction de la resolution
var wid=screen.width;
if (wid==640) {self.location.href="carte1.htm";}
if (wid==800) {self.location.href="carte1.htm";}
if (wid==1024) {self.location.href="carte2.htm";}
if (wid==1152) {self.location.href="carte2.htm";}
if (wid==1280) {self.location.href="carte3.htm";}
if (wid>1280) {self.location.href="carte3.htm";}
//  --->
