function affichePhotoSection1(adresse)
{
  document.getElementById("bigPhotoSection1").src=adresse;
}

function affichePhotoSection2(adresse)
{
  document.getElementById("bigPhotoSection2").src=adresse;
}

function affichePhotoSection3(adresse)
{
  document.getElementById("bigPhotoSection3").src=adresse;
}

function affichePhotoSection4(adresse)
{
  document.getElementById("bigPhotoSection4").src=adresse;
}

function affichePhotoSection5(adresse)
{
  document.getElementById("bigPhotoSection5").src=adresse;
}

function affichePhotoSection6(adresse)
{
  document.getElementById("bigPhotoSection6").src=adresse;
}

function affichePhotoSection7(adresse)
{
  document.getElementById("bigPhotoSection7").src=adresse;
}

function affichePhotoSection8(adresse)
{
  document.getElementById("bigPhotoSection8").src=adresse;
}

function affichePhotoSection9(adresse)
{
  document.getElementById("bigPhotoSection9").src=adresse;
}

function affichePhotoSection10(adresse)
{
  document.getElementById("bigPhotoSection10").src=adresse;
}

