/*
 function display_photo(pParametre)
{
document.getElementById('idZonePhoto').innerHTML = '<img src="' + pParametre + '" />';
}
*/

function display_photo(pParametre)
{
document.getElementById('idZonePhoto').innerHTML = 'Test affichage photo... : ' + pParametre;
}
