function mailpage()
{
	mail_str = "mailto:?subject=FRANCO SUISSE IMMOBILIERE RAMATUELLE : " + document.title;
	mail_str += "&body= " + document.title;
	mail_str += "click : " + location.href; 
	location.href = mail_str;
	}

function imprimer()
{
	window.print();
	}