function emailSuzel()
	{
	document.write('<a href="m&#x61;&#x69;lto:suzel' + '&#x40;'
				+ 'reliure-mailfert.&#x66;r" title="Cliquez pour envoyer un mail à cette adresse">'
				+ '<span class="gras">suzel' + '&#x40;' + 'reliure-mailfert.&#x66;r</span></a>');
	}

function plan(n, total)
	{
	for(i = 1; i <= total; i++)
		{
		document.getElementById('im' + i).style.zIndex = '1';
		document.getElementById('im' + i).style.borderWidth = '1px';
		}
	document.getElementById('im' + n).style.zIndex = '2';
	document.getElementById('im' + n).style.borderRightWidth = '4px';
	document.getElementById('im' + n).style.borderBottomWidth = '4px';
	}

function affiche(ident)
	{
	efface();
	document.getElementById(ident).style.visibility="visible";
	}

function efface()
	{
	for(i = 1; i <= 3; i++)
		{
		id = 'info' + i;
		document.getElementById(id).style.visibility='hidden';
		}
	}

