/*	
 *  Déclaration du tableau 
 *
 * Liste des pays CAT CL (anglais) 
 *
 */

tableauNomPaysCAT_CL = new Array;
tableauFichierPaysCAT_CL = new Array;

/**
  * Pour chaque pays :
  *  - 1ère ligne : NOM DU PAYS
  *  - 2nde ligne : nom_page_html_du_pays.html
  **/

// Les pays seront triés dans le même ordre que ce fichier

// Commencez l'édition ici :

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="ALLEMAGNE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_allemagne.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="ARGENTINE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_argentine.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "AUTRICHE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_austriche.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="BENELUX";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_benelux.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="CROATIE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_croatie.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="ESPAGNE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_espagne.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="FRANCE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_france.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="ITALIE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_italie.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="POLOGNE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_pologne.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="PORTUGAL";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_portugal.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="SLOVENIE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_slovenie.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="SUISSE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_suisse.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="UKRAINE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_ukraine.html";


