<!--
function code(div,url,code)
{
	document.getElementById(div).innerHTML = '<a href="'+url+'" target="_blank" rel="nofollow"><span class="nomboutique25">'+code+'</span><br /><div align="center" style="margin-bottom:2px; padding:5px; margin-top:3px;">UTILISER le CODE</div></a>'
	
	code; 
}
