function email(cl)
	{
	if(cl != 'non')
		document.write('<a href="m&#x61;&#x69;lto:bm' + '&#x40;'
					+ 'reliure-magar.c&#x6f;&#x6d;"'
					+' title="cliquez pour envoyer un mail à Bertrand Magar" class="'
					+ cl + '">bm' + '&#x40;' + 'reliure-magar.c&#x6f;&#x6d;</a>');
	else
		document.write('<span class="noir">'
					+ 'bm' + '&#x40;' + 'reliure-magar.c&#x6f;&#x6d;</span>');
	}

function plan(n, total)
	{
	for(var 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 copyright()
	{
	document.write
		(
		'<div class="copligne"></div>' 
		+'<h5 class = "copyright"> © Reliure Magar 2004 - 2006</h5>'
		+'<h5 class = "copyright">Tous droits réservés pour le contenu textuel et iconographique de ce site</h5>'
		+'<h5 class = "copyright">Pour contacter l’auteur de ce site : <a href="m&#x61;&#x69;lto:webmaster'
		+ '&#x40;'
		+ 'reliure-magar.c&#x6f;&#x6d;" title = "Cliquez pour envoyer un mail à l&rsquo;auteur" class = "copyright"> Hervé Roth à webmaster'
		+ '&#x40;'
		+ 'reliure-magar.c&#x6f;&#x6d;</a></h5><div class="copligne"></div>'
		)
	}

