/*	
 *  Déclaration du tableau 
 *
 * Liste des pays CAT VL (anglais) 
 *
 */

tableauNomPaysCAT_VL = new Array;
tableauFichierPaysCAT_VL = 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_VL[tableauNomPaysCAT_VL.length]= "AFRIQUE DU SUD";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_afrique-du-sud.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ALLEMAGNE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_allemagne.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ARGENTINE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_argentine.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "AUTRICHE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austriche.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "BENELUX";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_benelux.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "BRESIL";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_bresil.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "CHILI";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_argentine.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "CROATIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_croatie.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ESPAGNE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_espagne.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "FRANCE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_france.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "HONGRIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austriche.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ITALIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_italie.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "MEXIQUE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_mexique.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "POLOGNE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_pologne.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "PORTUGAL";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_portugal.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ROYAUME UNI";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_uk.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "RUSSIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_russie.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SLOVAQUIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austriche.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SLOVENIE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_slovenie.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SUISSE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_suisse.html";



