function Imprimer(x)
{
if ( ie5up && mac ){
		alert("Utilisez le Menu Fichier Imprimer sur Internet Explorer pour Mac\nUse The Menu File Print on Internet Explorer for Mac");
		return;
	}
	else{ 
		if ( x!=0) {alert("Sélectionnez une orientation de type paysage au niveau de l'imprimante\nSelect a landscape type layout on the printer properties");}
		print();
		}
}