//Déclaration du tableau contenant les images
var tab_imgTemp = new Array();
tab_imgTemp[0] = new Array();
tab_imgTemp[0][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_01.jpg";//chemin
tab_imgTemp[0][2] = "";//légende et alt

tab_imgTemp[1] = new Array();
tab_imgTemp[1][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_02.jpg";
tab_imgTemp[1][2] = "";

tab_imgTemp[2] = new Array();
tab_imgTemp[2][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_03.jpg";
tab_imgTemp[2][2] = "";

tab_imgTemp[3] = new Array();
tab_imgTemp[3][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_04.jpg";
tab_imgTemp[3][2] = "";

tab_imgTemp[4] = new Array();
tab_imgTemp[4][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_05.jpg";
tab_imgTemp[4][2] = "";

tab_imgTemp[5] = new Array();
tab_imgTemp[5][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_06.jpg";
tab_imgTemp[5][2] = "";

tab_imgTemp[6] = new Array();
tab_imgTemp[6][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_07.jpg";
tab_imgTemp[6][2] = "";

tab_imgTemp[7] = new Array();
tab_imgTemp[7][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_08.jpg";
tab_imgTemp[7][2] = "";

tab_imgTemp[8] = new Array();
tab_imgTemp[8][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_09.jpg";
tab_imgTemp[8][2] = "";

tab_imgTemp[9] = new Array();
tab_imgTemp[9][1] = images_path+"phototeques/festinium/STRUCTURES_TENTES_EVENEMENTIELLES_10.jpg";
tab_imgTemp[9][2] = "";
