// fonction Accès mal-voyantfunction changeTaillePolice(taille) {	if (document.getElementById("bloc_content").style.fontSize == taille+"em")	{	document.getElementById("bloc_content").style.fontSize="";	}	else	{	document.getElementById("bloc_content").style.fontSize=taille+"em";	}}// fonction Ajouter aux favorisfunction favoris() {if ( navigator.appName != 'Microsoft Internet Explorer' ){ window.sidebar.addPanel("Aplus Tourisme et Spa","http://www.aplustourismespa.com/",""); }else { window.external.AddFavorite("http://www.aplustourismespa.com/","Aplus Tourisme et Spa"); } }
