alpha_full/_var/publications/optionsDump-2025-05-31 00:51.sql
2026-04-06 22:58:51 +02:00

3783 lines
327 KiB
SQL
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- -----------------------------
-- Export de la base alpha.wbadm au 2025-05-31 00:51
-- -----------------------------
-- Structure de la table `admin`
DROP TABLE IF EXISTS `admin`;
CREATE TABLE `admin` (
`numAdmin` int(2) NOT NULL AUTO_INCREMENT,
`loginWeb` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`pwdWeb` varchar(35) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`sms_Oui` varchar(1) NOT NULL DEFAULT 'N',
`sms_adresse` varchar(12) NOT NULL DEFAULT '+33',
`cle` varchar(255) DEFAULT NULL,
PRIMARY KEY (`numAdmin`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `admin`
INSERT INTO `admin` VALUES ('1', 'testeur@123ventes.com', 'Loulou@2020', '0', '+33614993058', 'df6c176b2fa3ba7cda2138f92e9fc70e');
-- Structure de la table `codeslangues`
DROP TABLE IF EXISTS `codeslangues`;
CREATE TABLE `codeslangues` (
`num` int(11) NOT NULL AUTO_INCREMENT,
`id` int(2) NOT NULL DEFAULT 0,
`afficher` int(1) NOT NULL,
`idLg` char(3) NOT NULL DEFAULT '',
`description` varchar(55) NOT NULL,
`ISO` varchar(12) NOT NULL,
PRIMARY KEY (`num`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `codeslangues`
INSERT INTO `codeslangues` VALUES ('1', '1', '1', 'FRA', 'Français', 'fr-FRA');
INSERT INTO `codeslangues` VALUES ('2', '2', '1', 'ENG', 'Anglais', 'en-GBR');
INSERT INTO `codeslangues` VALUES ('3', '3', '1', 'ITA', 'Italien', 'it-ITA');
INSERT INTO `codeslangues` VALUES ('4', '4', '1', 'ESP', 'Espagnol', 'es-ESP');
INSERT INTO `codeslangues` VALUES ('5', '5', '1', 'DEU', 'Allemand', 'de-DEU');
-- Structure de la table `codeslangueslibelle`
DROP TABLE IF EXISTS `codeslangueslibelle`;
CREATE TABLE `codeslangueslibelle` (
`num` int(1) NOT NULL AUTO_INCREMENT,
`id` int(1) NOT NULL,
`afficher` int(1) NOT NULL,
`idLg` char(3) NOT NULL,
`libelle` varchar(50) NOT NULL,
`imgDrapeauWeb` varchar(255) NOT NULL,
`drapeauTitle` varchar(255) NOT NULL,
`drapeauAlt` varchar(255) NOT NULL,
`drapeauLien` varchar(255) NOT NULL,
PRIMARY KEY (`num`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `codeslangueslibelle`
INSERT INTO `codeslangueslibelle` VALUES ('1', '1', '1', 'FRA', 'Français', './Design/_icones_web/francais.gif', 'Site en français', 'Site en français', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('2', '2', '1', 'FRA', 'Anglais', './Design/_icones_web/angleterre.gif', 'Site en Anglais', 'Site en Anglais', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('3', '3', '1', 'FRA', 'Italien', './Design/_icones_web/italien.jpg', 'Site en Italien', 'Site en Italien', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('4', '4', '1', 'FRA', 'Espagnol', './Design/_icones_web/espagne.png', 'Site en Espagnol', 'Site en Espagnol', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('5', '5', '1', 'FRA', 'Allemand', './Design/_icones_web/allemagne.png', 'Site en Allemand', 'Site en Allemand', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('6', '1', '1', 'ENG', 'French', './Design/_icones_web/francais.gif', 'Website in French', 'Website in French', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('7', '2', '1', 'ENG', 'English', './Design/_icones_web/angleterre.gif', 'Website in English', 'Website in English', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('8', '3', '1', 'ENG', 'Italian', './Design/_icones_web/italien.jpg', 'Website in Italian', 'Website in Italian', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('9', '4', '1', 'ENG', 'Spanish', './Design/_icones_web/espagne.png', 'Website in Spanish', 'Website in Spanish', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('10', '5', '1', 'ENG', 'Deutsch', './Design/_icones_web/allemagne.png', 'Website in Deutsch', 'Website in Deutsch', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('11', '1', '1', 'ITA', 'Francesse', './Design/_icones_web/francais.gif', 'Sito web in Francesse sito', 'Sito web in Francesse', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('12', '2', '1', 'ITA', 'Inglese', './Design/_icones_web//angleterre.gif', 'Sito web in Inglese', 'Sito web in Inglese', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('13', '3', '1', 'ITA', 'Italiano', './Design/_icones_web/italien.jpg', 'Sito in Italiano', 'Sito in Italiano', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('14', '4', '1', 'ITA', 'Spagnolo', './Design/_icones_web/espagne.png', 'Sito web in Spagnolo', 'Sito web in Spagnolo', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('15', '5', '1', 'ITA', 'Tedesco', './Design/_icones_web/allemagne.png', 'Sito web in Tedesco', 'Sito web in Tedesco', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('16', '1', '1', 'ESP', 'Francés', './Design/_icones_web/francais.gif', 'Sitio web en Francés', 'Sitio web en Francés', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('17', '2', '1', 'ESP', 'English', './Design/_icones_web/angleterre.gif', 'Sitio web en English', 'Sitio web en English', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('18', '3', '1', 'ESP', 'Italiano', './Design/_icones_web/italien.jpg', 'Sitio web en Italiano', 'Sitio web en Italiano', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('19', '4', '1', 'ESP', 'Español', './Design/_icones_web/espagne.png', 'Sitio web en Español', 'Sitio web en Español', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('20', '5', '1', 'ESP', 'Alemán', './Design/_icones_web/allemagne.png', 'Sitio web en Alemán', 'Sitio web en Alemán', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('21', '1', '1', 'DEU', 'Französisch', './Design/_icones_web/francais.gif', 'Webseite auf Französisch', 'Webseite auf Französisch', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('22', '2', '1', 'DEU', 'Englisch', './Design/_icones_web/angleterre.gif', 'Webseite in Englisch', 'Webseite in Englisch', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('23', '3', '1', 'DEU', 'Italienisch', './Design/_icones_web/italien.jpg', 'Website auf Italienisch', 'Website auf Italienisch', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('24', '4', '1', 'DEU', 'Spanisch', './Design/_icones_web/espagne.png', 'Webseite auf Spanisch', 'Webseite auf Spanisch', '/accueil');
INSERT INTO `codeslangueslibelle` VALUES ('25', '5', '1', 'DEU', 'Deutsch', './Design/_icones_web/allemagne.png', 'Website auf Deutsch', 'Website auf Deutsch', '/accueil');
-- Structure de la table `dispo`
DROP TABLE IF EXISTS `dispo`;
CREATE TABLE `dispo` (
`idDispo` int(11) NOT NULL AUTO_INCREMENT,
`idLg` varchar(3) NOT NULL DEFAULT 'FRA',
`Jour` varchar(10) NOT NULL,
`HDebut` int(11) NOT NULL,
`Mdebut` int(11) DEFAULT NULL,
`HFin` int(11) NOT NULL,
`MFin` int(11) DEFAULT NULL,
`Message` varchar(255) NOT NULL,
PRIMARY KEY (`idDispo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='disponibilité du magasin';
-- Données de la table `dispo`
-- Structure de la table `environnement`
DROP TABLE IF EXISTS `environnement`;
CREATE TABLE `environnement` (
`idEnv` int(3) NOT NULL AUTO_INCREMENT,
`descEnv` varchar(250) NOT NULL,
`valEnv` varchar(250) NOT NULL,
PRIMARY KEY (`idEnv`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Données de la table `environnement`
INSERT INTO `environnement` VALUES ('1', '01-Nom du site affiché', 'Alpha');
INSERT INTO `environnement` VALUES ('2', '02-Nom des dossiers (ne pas modifier) - site_nom', 'alpha');
INSERT INTO `environnement` VALUES ('3', '03-Dossier factures production - (pour les mails) -facture_chemin_prod ', 'https://www.123ventes.com/alpha/_var/facturesSite/');
INSERT INTO `environnement` VALUES ('4', '04-Dev : Url localhost (test_server-local)', 'http://127.0.0.1/alpha.wbAdm');
INSERT INTO `environnement` VALUES ('5', '05-Url production - prod_server', 'https://www.123ventes.com/alpha');
INSERT INTO `environnement` VALUES ('6', '06-Url test - integration_serveur', 'https://www.123ventes.com/alpha.wbadm');
INSERT INTO `environnement` VALUES ('7', '07-Dev : Envoyer les mails depuis localhost (1=Oui, 0=Non)', '1');
INSERT INTO `environnement` VALUES ('8', '08-Serveur de mails gestionnaire', 'ionos');
INSERT INTO `environnement` VALUES ('9', '09-E-mail : Expéditeur des mails aux clients - gestionnaire', 'utilisateur@domaine');
INSERT INTO `environnement` VALUES ('10', '10-Utilisateur mail aux clients ( login ) - gestionnaire', 'utilisateur@domaine');
INSERT INTO `environnement` VALUES ('11', '11-Mot de passe mail aux clients ( password ) - gestionnaire', 'password');
INSERT INTO `environnement` VALUES ('12', '12-Nom affiché pour l\'expéditeur des mails aux clients ( fromName ) - gestionnaire', 'Votre site');
-- Structure de la table `googleID`
DROP TABLE IF EXISTS `googleID`;
CREATE TABLE `googleID` (
`id` int(2) NOT NULL AUTO_INCREMENT,
`description` varchar(250) NOT NULL,
`gScript` text NOT NULL DEFAULT 'coller votre script google ici',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Données de la table `googleID`
INSERT INTO `googleID` VALUES ('9', 'google tag', ' window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n gtag(\'config\', \'G-D9LPC4NWQK\');');
-- Structure de la table `libellecivilite`
DROP TABLE IF EXISTS `libellecivilite`;
CREATE TABLE `libellecivilite` (
`numCiv` int(3) NOT NULL AUTO_INCREMENT,
`id` int(2) NOT NULL,
`idLg` char(3) NOT NULL,
`lib` varchar(100) NOT NULL,
PRIMARY KEY (`numCiv`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `libellecivilite`
INSERT INTO `libellecivilite` VALUES ('1', '1', 'FRA', 'Mr');
INSERT INTO `libellecivilite` VALUES ('2', '2', 'FRA', 'Mme');
INSERT INTO `libellecivilite` VALUES ('3', '3', 'FRA', 'Melle');
INSERT INTO `libellecivilite` VALUES ('4', '1', 'ENG', 'Mr');
INSERT INTO `libellecivilite` VALUES ('5', '2', 'ENG', 'Mrs');
INSERT INTO `libellecivilite` VALUES ('6', '3', 'ENG', 'Miss');
INSERT INTO `libellecivilite` VALUES ('14', '1', 'ITA', 'Mr');
INSERT INTO `libellecivilite` VALUES ('15', '2', 'ITA', 'Sig.ra');
INSERT INTO `libellecivilite` VALUES ('16', '3', 'ITA', 'Miss');
INSERT INTO `libellecivilite` VALUES ('17', '1', 'ESP', 'Sr');
INSERT INTO `libellecivilite` VALUES ('18', '2', 'ESP', 'Sra');
INSERT INTO `libellecivilite` VALUES ('19', '3', 'ESP', 'Señorita');
INSERT INTO `libellecivilite` VALUES ('20', '1', 'DEU', 'Herr');
INSERT INTO `libellecivilite` VALUES ('21', '2', 'DEU', 'Frau');
INSERT INTO `libellecivilite` VALUES ('22', '3', 'DEU', 'Fräulein');
-- Structure de la table `libelleetatscde`
DROP TABLE IF EXISTS `libelleetatscde`;
CREATE TABLE `libelleetatscde` (
`numEtat` int(3) NOT NULL AUTO_INCREMENT,
`id` int(3) NOT NULL,
`codeEtat` varchar(3) NOT NULL,
`libelle` varchar(50) NOT NULL,
`idLg` varchar(3) NOT NULL,
`couleurPolice` varchar(50) DEFAULT NULL,
`couleurFonds` varchar(50) DEFAULT NULL,
PRIMARY KEY (`numEtat`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `libelleetatscde`
INSERT INTO `libelleetatscde` VALUES ('1', '1', 'Pn', 'Panier', 'FRA', 'BLACK', '#33ff44');
INSERT INTO `libelleetatscde` VALUES ('2', '2', 'At', 'En Attente', 'FRA', 'white', '#007BFF');
INSERT INTO `libelleetatscde` VALUES ('3', '3', 'Py', 'Payée', 'FRA', 'white', '#FF5733');
INSERT INTO `libelleetatscde` VALUES ('4', '5', 'En', 'Envoyée', 'FRA', 'white', '#4CAF50');
INSERT INTO `libelleetatscde` VALUES ('5', '7', 'Re', 'Recue', 'FRA', 'yellow', '#2E8B57');
INSERT INTO `libelleetatscde` VALUES ('6', '8', 'Pe', 'Perdue', 'FRA', 'white', '#D3D3D3');
INSERT INTO `libelleetatscde` VALUES ('7', '9', 'An', 'Annulée', 'FRA', 'white', '#9E9E9E');
INSERT INTO `libelleetatscde` VALUES ('8', '10', 'Rb', 'Remboursée', 'FRA', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('9', '1', 'Pn', 'Basket', 'ENG', 'white', '#3A6F39');
INSERT INTO `libelleetatscde` VALUES ('10', '2', 'At', 'Pending', 'ENG', 'white', '#007BFF');
INSERT INTO `libelleetatscde` VALUES ('11', '3', 'Py', 'Payed', 'ENG', 'white', '#FF5733');
INSERT INTO `libelleetatscde` VALUES ('12', '5', 'En', 'Sent', 'ENG', 'white', '#4CAF50');
INSERT INTO `libelleetatscde` VALUES ('13', '7', 'Re', 'Delivered', 'ENG', 'white', '#2E8B57');
INSERT INTO `libelleetatscde` VALUES ('14', '8', 'Pe', 'Lost', 'ENG', 'white', '#D3D3D3');
INSERT INTO `libelleetatscde` VALUES ('15', '9', 'An', 'Cancelled', 'ENG', 'white', '#9E9E9E');
INSERT INTO `libelleetatscde` VALUES ('16', '10', 'Rb', 'Refound', 'ENG', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('17', '1', 'Pn', 'Carrello', 'ITA', 'white', '#3A6F39');
INSERT INTO `libelleetatscde` VALUES ('18', '2', 'At', 'Conferma pagamento', 'ITA', 'white', '#007BFF');
INSERT INTO `libelleetatscde` VALUES ('19', '3', 'Py', 'Pagato', 'ITA', 'white', '#FF5733');
INSERT INTO `libelleetatscde` VALUES ('20', '5', 'En', 'Sent', 'ITA', 'white', '#4CAF50');
INSERT INTO `libelleetatscde` VALUES ('21', '7', 'Re', 'Ricevuto', 'ITA', 'white', '#2E8B57');
INSERT INTO `libelleetatscde` VALUES ('22', '8', 'Pe', 'Perso', 'ITA', 'white', '#D3D3D3');
INSERT INTO `libelleetatscde` VALUES ('23', '9', 'An', 'Annullato', 'ITA', 'white', '#9E9E9E');
INSERT INTO `libelleetatscde` VALUES ('24', '10', 'Rb', 'Rimborsato', 'ITA', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('25', '1', 'Pn', 'Carrito', 'ESP', 'white', '#3A6F39');
INSERT INTO `libelleetatscde` VALUES ('26', '2', 'At', 'Confirmar pago', 'ESP', 'white', '#007BFF');
INSERT INTO `libelleetatscde` VALUES ('27', '3', 'Py', 'Pagado', 'ESP', 'white', '#FF5733');
INSERT INTO `libelleetatscde` VALUES ('28', '5', 'En', 'Enviado', 'ESP', 'white', '#4CAF50');
INSERT INTO `libelleetatscde` VALUES ('29', '7', 'Re', 'Recibido', 'ESP', 'white', '#2E8B57');
INSERT INTO `libelleetatscde` VALUES ('30', '8', 'Pe', 'Perdido', 'ESP', 'white', '#D3D3D3');
INSERT INTO `libelleetatscde` VALUES ('31', '9', 'An', 'Cancelado', 'ESP', 'white', '#9E9E9E');
INSERT INTO `libelleetatscde` VALUES ('32', '10', 'Rb', 'Reembolsado', 'ESP', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('33', '1', 'Pn', 'Warenkorb', 'DEU', 'white', '#3A6F39');
INSERT INTO `libelleetatscde` VALUES ('34', '2', 'At', 'Zahlung bestätigen', 'DEU', 'white', '#007BFF');
INSERT INTO `libelleetatscde` VALUES ('35', '3', 'Py', 'Bezahlt', 'DEU', 'white', '#FF5733');
INSERT INTO `libelleetatscde` VALUES ('36', '5', 'En', 'Gesendet', 'DEU', 'white', '#4CAF50');
INSERT INTO `libelleetatscde` VALUES ('37', '7', 'Re', 'Empfangen', 'DEU', 'white', '#2E8B57');
INSERT INTO `libelleetatscde` VALUES ('38', '8', 'Pe', 'Lost', 'DEU', 'white', '#D3D3D3');
INSERT INTO `libelleetatscde` VALUES ('39', '9', 'An', 'Gelöscht', 'DEU', 'white', '#9E9E9E');
INSERT INTO `libelleetatscde` VALUES ('40', '10', 'Rb', 'Erstattet', 'DEU', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('41', '4', 'EP', 'En préparation', 'FRA', 'white', '#F7D079');
INSERT INTO `libelleetatscde` VALUES ('42', '4', 'EP', 'In preparation for', 'ENG', 'white', '#F7D079');
INSERT INTO `libelleetatscde` VALUES ('43', '4', 'EP', 'In preparazione per', 'ITA', 'white', '#F7D079');
INSERT INTO `libelleetatscde` VALUES ('44', '4', 'EP', 'En preparación', 'ESP', 'white', '#F7D079');
INSERT INTO `libelleetatscde` VALUES ('45', '4', 'EP', 'In Vorbereitung für', 'DEU', 'white', '#F7D079');
INSERT INTO `libelleetatscde` VALUES ('46', '11', 'RT', 'Retour', 'FRA', 'white', '#D32F2F');
INSERT INTO `libelleetatscde` VALUES ('47', '11', 'RT', 'Reurn', 'ENG', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('48', '11', 'RT', 'Restituzione', 'ITA', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('49', '11', 'RT', 'Retorno', 'ESP', 'white', '#1E88E5');
INSERT INTO `libelleetatscde` VALUES ('50', '11', 'RT', 'Rückkehr', 'DEU', 'white', '#1E88E5');
-- Structure de la table `libellecb`
DROP TABLE IF EXISTS `libellecb`;
CREATE TABLE `libellecb` (
`a` int(11) NOT NULL AUTO_INCREMENT,
`id` int(2) NOT NULL DEFAULT 0,
`libelle` varchar(50) NOT NULL DEFAULT '',
`idLg` char(3) NOT NULL DEFAULT 'FRA',
PRIMARY KEY (`a`)
) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `libellecb`
INSERT INTO `libellecb` VALUES ('1', '1', 'Carte bleue', 'FRA');
INSERT INTO `libellecb` VALUES ('16', '2', 'Visa card', 'ENG');
INSERT INTO `libellecb` VALUES ('26', '1', 'Blue credit Card', 'ENG');
INSERT INTO `libellecb` VALUES ('29', '3', 'Carte Eurocard / masterCard', 'FRA');
INSERT INTO `libellecb` VALUES ('30', '3', 'Euro card / alpha card', 'ENG');
INSERT INTO `libellecb` VALUES ('39', '2', 'Carte Visa', 'FRA');
-- Structure de la table `listeouinon`
DROP TABLE IF EXISTS `listeouinon`;
CREATE TABLE `listeouinon` (
`numON` int(2) NOT NULL AUTO_INCREMENT,
`id` int(1) NOT NULL DEFAULT 0,
`idLg` char(3) NOT NULL DEFAULT '',
`libelle` varchar(55) NOT NULL DEFAULT '',
PRIMARY KEY (`numON`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `listeouinon`
INSERT INTO `listeouinon` VALUES ('1', '1', 'FRA', 'Oui');
INSERT INTO `listeouinon` VALUES ('2', '1', 'ENG', 'Yes');
INSERT INTO `listeouinon` VALUES ('3', '2', 'FRA', 'Non');
INSERT INTO `listeouinon` VALUES ('4', '2', 'ENG', 'No');
INSERT INTO `listeouinon` VALUES ('5', '1', 'ITA', 'Si');
INSERT INTO `listeouinon` VALUES ('6', '2', 'ITA', 'No');
INSERT INTO `listeouinon` VALUES ('7', '1', 'ESP', '');
INSERT INTO `listeouinon` VALUES ('8', '2', 'ESP', 'No');
INSERT INTO `listeouinon` VALUES ('9', '1', 'DEU', 'Ja');
INSERT INTO `listeouinon` VALUES ('10', '2', 'DEU', 'Nein');
-- Structure de la table `modeliv`
DROP TABLE IF EXISTS `modeliv`;
CREATE TABLE `modeliv` (
`idModeLiv` int(2) NOT NULL DEFAULT 1,
`description` varchar(55) NOT NULL,
`type` varchar(155) NOT NULL,
`idTva` smallint(6) NOT NULL DEFAULT 1,
`activ` int(1) NOT NULL,
`icoLiv` varchar(150) NOT NULL,
`idCompte` varchar(35) NOT NULL,
`libelleIdCompte` varchar(35) NOT NULL,
`pwdCompte` varchar(35) NOT NULL,
`siteLien` varchar(255) DEFAULT NULL,
`libellePwd` varchar(100) NOT NULL DEFAULT 'Clé API',
PRIMARY KEY (`idModeLiv`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `modeliv`
INSERT INTO `modeliv` VALUES ('1', 'Colissimo domicile', 'livraison', '2', '0', 'fad fa-box-alt', 'COLISSIMO MAIL', 'Identifiant', '', 'https://tarifs-postaux.fr/tarif-colissimo.htm', 'Clé API');
INSERT INTO `modeliv` VALUES ('2', 'Colissimo relais', 'livraison', '2', '0', 'fad fa-box-alt', 'COLISSIMO MAIL', 'Identifiant', '', 'https://www.colissimo.entreprise.laposte.fr/outils-et-services', 'Clé API');
INSERT INTO `modeliv` VALUES ('3', 'Chrono post', 'livraison', '2', '0', 'fad fa-shipping-timed', 'chrono MAIL', 'Identifiant', '', 'https://www.chrono-api.fr./', 'Clé API');
INSERT INTO `modeliv` VALUES ('4', 'Transporteur', 'livraison', '1', '0', 'far fa-truck-container', 'DPD', 'Identifiant', '', 'https://www.dpd.fr/particuliers', 'Clé API');
INSERT INTO `modeliv` VALUES ('5', 'En drive', 'collecte', '0', '0', 'fad fa-car', 'drive', 'Identifiant', '', '', 'Clé API');
INSERT INTO `modeliv` VALUES ('6', 'A emporter', 'collecte', '0', '1', 'fad fa-bags-shopping', 'Pas besoin d\'identifiant', 'Identifiant', '', '', 'Clé API');
INSERT INTO `modeliv` VALUES ('7', 'Livreur du magasin', 'livraison', '2', '1', 'fad fa-motorcycle', 'Pas besoin d\'identifiant', 'Pas besoin d\'identifiant', '', '', 'Clé API');
INSERT INTO `modeliv` VALUES ('9', 'Centralisateur chippy Pro', 'livraison', '1', '0', './Design/_icones_web/chippyPro.png', 'dev@123ventes.com', 'identifiant', '', 'https://www.shippypro.com', 'Clé API');
INSERT INTO `modeliv` VALUES ('8', 'Mondial relais', 'collecte', '1', '1', './Design/_icones_web/mondial-relay-logo-vector.png', 'BDTEST13', 'Identifiant API', 'TestAPI1key', 'https://www.mondialrelay.fr/solutionspro/solutions-informatiques/web-service/', 'Clé API');
-- Structure de la table `modelivlibelle`
DROP TABLE IF EXISTS `modelivlibelle`;
CREATE TABLE `modelivlibelle` (
`numLiv` int(2) NOT NULL AUTO_INCREMENT,
`idModeLiv` int(2) NOT NULL DEFAULT 0,
`idLg` char(3) NOT NULL DEFAULT '',
`libelle` varchar(55) NOT NULL DEFAULT '',
PRIMARY KEY (`numLiv`),
KEY `idModeLiv` (`idModeLiv`)
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `modelivlibelle`
INSERT INTO `modelivlibelle` VALUES ('1', '1', 'FRA', 'Colissimo à domicile');
INSERT INTO `modelivlibelle` VALUES ('2', '1', 'ENG', 'Colissimo at home');
INSERT INTO `modelivlibelle` VALUES ('3', '2', 'FRA', 'En point relais');
INSERT INTO `modelivlibelle` VALUES ('4', '2', 'ENG', 'Delivery place');
INSERT INTO `modelivlibelle` VALUES ('5', '3', 'FRA', 'Chronopost (24h)');
INSERT INTO `modelivlibelle` VALUES ('6', '3', 'ENG', 'Chronopost (24h)');
INSERT INTO `modelivlibelle` VALUES ('7', '4', 'FRA', 'Via DPD');
INSERT INTO `modelivlibelle` VALUES ('8', '4', 'ENG', 'DPD');
INSERT INTO `modelivlibelle` VALUES ('9', '5', 'FRA', 'En voiture');
INSERT INTO `modelivlibelle` VALUES ('10', '5', 'ENG', 'Drive');
INSERT INTO `modelivlibelle` VALUES ('11', '6', 'FRA', 'En magasin');
INSERT INTO `modelivlibelle` VALUES ('12', '6', 'ENG', 'At store');
INSERT INTO `modelivlibelle` VALUES ('13', '7', 'FRA', 'Livraison domicile');
INSERT INTO `modelivlibelle` VALUES ('14', '7', 'ENG', 'Delivery');
INSERT INTO `modelivlibelle` VALUES ('15', '8', 'FRA', 'Mondial Relay');
INSERT INTO `modelivlibelle` VALUES ('16', '8', 'ENG', 'Mondial relais');
INSERT INTO `modelivlibelle` VALUES ('17', '9', 'ENG', 'Shippy Pro');
INSERT INTO `modelivlibelle` VALUES ('18', '9', 'FRA', 'Shippy Pro');
INSERT INTO `modelivlibelle` VALUES ('19', '1', 'ITA', 'Colissimo a casa');
INSERT INTO `modelivlibelle` VALUES ('20', '2', 'ITA', 'In staffetta');
INSERT INTO `modelivlibelle` VALUES ('21', '3', 'ITA', 'Cronopost (24h)');
INSERT INTO `modelivlibelle` VALUES ('22', '4', 'ITA', 'Via DPD');
INSERT INTO `modelivlibelle` VALUES ('23', '5', 'ITA', 'In macchina');
INSERT INTO `modelivlibelle` VALUES ('24', '6', 'ITA', 'In negozio');
INSERT INTO `modelivlibelle` VALUES ('25', '7', 'ITA', 'Consegna a domicilio');
INSERT INTO `modelivlibelle` VALUES ('26', '8', 'ITA', 'Mondial Relay');
INSERT INTO `modelivlibelle` VALUES ('27', '9', 'ITA', 'Shippy Pro');
INSERT INTO `modelivlibelle` VALUES ('28', '1', 'ESP', 'Colissimo en casa');
INSERT INTO `modelivlibelle` VALUES ('29', '2', 'ESP', 'En relevo');
INSERT INTO `modelivlibelle` VALUES ('30', '3', 'ESP', 'Cronopost (24h)');
INSERT INTO `modelivlibelle` VALUES ('31', '4', 'ESP', 'Vía DPD');
INSERT INTO `modelivlibelle` VALUES ('32', '5', 'ESP', 'En coche');
INSERT INTO `modelivlibelle` VALUES ('33', '6', 'ESP', 'En tienda');
INSERT INTO `modelivlibelle` VALUES ('34', '7', 'ESP', 'Entrega a domicilio');
INSERT INTO `modelivlibelle` VALUES ('35', '8', 'ESP', 'Mondial Relay');
INSERT INTO `modelivlibelle` VALUES ('36', '9', 'ESP', 'Shippy Pro');
INSERT INTO `modelivlibelle` VALUES ('37', '1', 'DEU', 'Colissimo zu Hause');
INSERT INTO `modelivlibelle` VALUES ('38', '2', 'DEU', 'Relais');
INSERT INTO `modelivlibelle` VALUES ('39', '3', 'DEU', 'Cronopost (24h)');
INSERT INTO `modelivlibelle` VALUES ('40', '4', 'DEU', 'Über DPD');
INSERT INTO `modelivlibelle` VALUES ('41', '5', 'DEU', 'Mit dem Auto');
INSERT INTO `modelivlibelle` VALUES ('42', '6', 'DEU', 'Im Geschäft');
INSERT INTO `modelivlibelle` VALUES ('43', '7', 'DEU', 'Lieferung nach Hause');
INSERT INTO `modelivlibelle` VALUES ('44', '8', 'DEU', 'Mondial Relais');
INSERT INTO `modelivlibelle` VALUES ('45', '9', 'DEU', 'Shippy Pro');
-- Structure de la table `modepaie`
DROP TABLE IF EXISTS `modepaie`;
CREATE TABLE `modepaie` (
`idModePaie` int(2) NOT NULL,
`numPaie` int(3) NOT NULL AUTO_INCREMENT,
`description` varchar(255) NOT NULL DEFAULT 'description',
`activ` int(1) NOT NULL,
`webIco` varchar(255) NOT NULL,
`typeCompte` varchar(155) NOT NULL,
`isTest` varchar(25) NOT NULL DEFAULT '1',
`siteLien` varchar(255) NOT NULL DEFAULT 'Lien vers site du fournisseur',
`libelleIdCompte` varchar(100) NOT NULL DEFAULT 'identifiant : libellé',
`idCompte` varchar(255) DEFAULT 'identifiant : val',
`LibelleClePriveTest` varchar(100) NOT NULL DEFAULT ' Lib Clé privée API Test -',
`PrivateKeyTest` varchar(255) DEFAULT 'Clé privée API - Test valeur',
`LibelleClePubTest` varchar(255) NOT NULL DEFAULT 'Lib Clé pub API Test ',
`PublicKeyTest` varchar(255) NOT NULL DEFAULT 'clé pub test val',
`LibelleClePriveProd` varchar(250) NOT NULL DEFAULT 'Lib Clé API Prod privée',
`PrivateKeyProd` varchar(250) NOT NULL DEFAULT 'Prod privée : val',
`LibelleClePublicProd` varchar(250) NOT NULL DEFAULT 'Lib Clé API Prod publique',
`PublicKeyProd` varchar(250) NOT NULL DEFAULT 'Prod publique : val',
`apiURLTest` varchar(255) NOT NULL,
`apiURLProd` varchar(255) NOT NULL,
PRIMARY KEY (`numPaie`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `modepaie`
INSERT INTO `modepaie` VALUES ('1', '1', 'Compte Vente à Distance(VAD)', '0', 'fad fa-credit-card', 'Votre banque', 'En Test', 'Lien vers site du fournisseur', 'Identifiant', '-', 'Mot de passe', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', 'Clé publique API Prod', '-', '-', '-');
INSERT INTO `modepaie` VALUES ('2', '2', 'Réception d\'un chèque', '1', 'fal fa-money-check-edit-alt', 'Votre banque', 'En Test', 'Lien vers site du fournisseur', 'Identifiant', '-', 'Mot de passe', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', 'Clé publique API Prod', '-', '-', '-');
INSERT INTO `modepaie` VALUES ('3', '3', 'Virement bancaire', '1', 'fad fa-money-check', 'Votre banque', 'En Test', 'Lien vers site du fournisseur', 'Identifiant', '-', 'Mot de passe', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', 'Clé publique API Prod', '-', '-', '-');
INSERT INTO `modepaie` VALUES ('4', '4', 'Paypal', '1', 'fab fa-cc-paypal', 'Intermédiaire de banque', 'Activé', 'https://www.paypal.com/fr/webapps/mpp/home', 'Client ID - Test', 'Acu55CMxoDU8-zeEjlvPlTS48ZGGvczayq8Fm4Uw4kVpGZ0eSNMdTA0ci0mqY_LuqVRdW6UtIZlGqi8V', 'Secret - test', 'EIOOoam7iU-gdIoBoWzfLTVTbgdH6Lnu1PHpkOtgjBIFylOAC96_EFCVLWd7q4P1ZshWCzaAleZRh0dx', 'pas besoin de clé', '-', 'Identifiant client', 'Acu55CMxoDU8-zeEjlvPlTS48ZGGvczayq8Fm4Uw4kVpGZ0eSNMdTA0ci0mqY_LuqVRdW6UtIZlGqi8V', 'SECRET', 'EIOOoam7iU-gdIoBoWzfLTVTbgdH6Lnu1PHpkOtgjBIFylOAC96_EFCVLWd7q4P1ZshWCzaAleZRh0dx', '', '');
INSERT INTO `modepaie` VALUES ('5', '5', 'Mango pay', '0', './Design/_icones_web/mangoPay.png', 'Intermédiaire marketPlace', 'En Test', 'https://www.mangopay.com/fr/', 'Identifiant', '-', 'Clé privée API - Test', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod ', '-', 'Clé publique API Prod', '-', '-', '-');
INSERT INTO `modepaie` VALUES ('6', '6', 'Stripe', '1', 'fad fa-credit-card', 'Intermédiaire de banque', 'Activé', 'https://stripe.com/fr', 'Identifiant', '', 'Clé privée (secrete) - Test', 'sk_test_51JZiq0GPrFXOX5m0IJJ4lQOuK0B1mOOumW70kHgXlxjnRnlMzb2jIGoHRCctyJ6om3rU2NfarljbxV70RsXFVwjr00Scd2vNwp', 'Clé publique - Test', 'pk_test_51JZiq0GPrFXOX5m0vuyCKe2L7b6r3NborjROIf9IJT4kqV7aq0YyiVKlovu04A0i2ToOW1t9g9ibe70FABeIyFgC0074V9Jhg3', 'Clé privée (secrete) Prod', 'sk_test_51JZiq0GPrFXOX5m0IJJ4lQOuK0B1mOOumW70kHgXlxjnRnlMzb2jIGoHRCctyJ6om3rU2NfarljbxV70RsXFVwjr00Scd2vNwp', 'Clé publique Prod ', 'pk_test_51JZiq0GPrFXOX5m0vuyCKe2L7b6r3NborjROIf9IJT4kqV7aq0YyiVKlovu04A0i2ToOW1t9g9ibe70FABeIyFgC0074V9Jhg3', '', '');
INSERT INTO `modepaie` VALUES ('8', '8', 'Carte restaurant', '0', 'fad fa-credit-card', 'intermediaire de banque', 'En Test', 'https://docs.lyra.com/fr/rest/V4.0/api/', 'pan', '-', 'security code', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', ' Clé publique API Prod', '-', '-', '-');
INSERT INTO `modepaie` VALUES ('7', '7', 'PayPlug', '0', 'fad fa-credit-card', 'intermediaire de banque', 'En Test', 'https://www.payplug.com/fr/', 'Customer_id', '-', 'Clé privée API - Test', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', 'Clé publique API Prod', '-', '', '');
INSERT INTO `modepaie` VALUES ('9', '9', 'Credit agricole', '0', 'fad fa-credit-card', 'Votre banque', 'En Test', 'https://developer.credit-agricole.fr/store/apis/info', 'Customer_id', '-', 'Clé privée API - Test', '-', 'Clé publique API - Test', '-', 'Clé privée API Prod', '-', 'Clé publique API Prod', '-', 'https://sandbox-api.credit-agricole.fr/psd2_actor_registration/v1', 'https://api.credit-agricole.fr/psd2_actor_registration/v1\r\n');
-- Structure de la table `modepaielibelle`
DROP TABLE IF EXISTS `modepaielibelle`;
CREATE TABLE `modepaielibelle` (
`numPaie` int(2) NOT NULL AUTO_INCREMENT,
`idModePaie` int(2) DEFAULT NULL,
`idLg` char(3) NOT NULL DEFAULT '',
`libelle` varchar(55) NOT NULL DEFAULT '',
PRIMARY KEY (`numPaie`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `modepaielibelle`
INSERT INTO `modepaielibelle` VALUES ('1', '1', 'ENG', 'Credit card');
INSERT INTO `modepaielibelle` VALUES ('2', '2', 'FRA', 'Chèque');
INSERT INTO `modepaielibelle` VALUES ('3', '2', 'ENG', 'Check');
INSERT INTO `modepaielibelle` VALUES ('4', '3', 'FRA', 'Virement bancaire');
INSERT INTO `modepaielibelle` VALUES ('5', '3', 'ENG', 'Bank transfer');
INSERT INTO `modepaielibelle` VALUES ('6', '4', 'FRA', 'Paypal');
INSERT INTO `modepaielibelle` VALUES ('7', '4', 'ENG', 'Paypal');
INSERT INTO `modepaielibelle` VALUES ('8', '1', 'FRA', 'Carte bancaire');
INSERT INTO `modepaielibelle` VALUES ('9', '5', 'FRA', 'MangoPay');
INSERT INTO `modepaielibelle` VALUES ('10', '5', 'ENG', 'MangoPay');
INSERT INTO `modepaielibelle` VALUES ('16', '7', 'FRA', 'Carte bancaire');
INSERT INTO `modepaielibelle` VALUES ('15', '7', 'ENG', 'Credit card');
INSERT INTO `modepaielibelle` VALUES ('13', '6', 'FRA', 'Carte bancaire');
INSERT INTO `modepaielibelle` VALUES ('14', '6', 'ENG', 'Stripe');
INSERT INTO `modepaielibelle` VALUES ('17', '8', 'FRA', 'Carte restau');
INSERT INTO `modepaielibelle` VALUES ('18', '8', 'ENG', 'Lunch card');
INSERT INTO `modepaielibelle` VALUES ('19', '1', 'ITA', 'Carta di credito');
INSERT INTO `modepaielibelle` VALUES ('20', '2', 'ITA', 'Verifica');
INSERT INTO `modepaielibelle` VALUES ('21', '3', 'ITA', 'Bonifico bancario');
INSERT INTO `modepaielibelle` VALUES ('22', '4', 'ITA', 'Paypal');
INSERT INTO `modepaielibelle` VALUES ('23', '5', 'ITA', 'MangoPay');
INSERT INTO `modepaielibelle` VALUES ('24', '7', 'ITA', 'Carta bancaria');
INSERT INTO `modepaielibelle` VALUES ('25', '6', 'ITA', 'Striscia');
INSERT INTO `modepaielibelle` VALUES ('26', '8', 'ITA', 'Carta pranzo');
INSERT INTO `modepaielibelle` VALUES ('27', '9', 'ITA', 'Credit Agricole');
INSERT INTO `modepaielibelle` VALUES ('28', '1', 'ESP', 'Tarjeta de crédito');
INSERT INTO `modepaielibelle` VALUES ('29', '2', 'ESP', 'Verificar');
INSERT INTO `modepaielibelle` VALUES ('30', '3', 'ESP', 'Transferencia bancaria');
INSERT INTO `modepaielibelle` VALUES ('31', '4', 'ESP', 'Paypal');
INSERT INTO `modepaielibelle` VALUES ('32', '5', 'ESP', 'MangoPay');
INSERT INTO `modepaielibelle` VALUES ('33', '7', 'ESP', 'Tarjetas bancarias');
INSERT INTO `modepaielibelle` VALUES ('34', '6', 'ESP', 'Raya');
INSERT INTO `modepaielibelle` VALUES ('35', '8', 'ESP', 'Tarjeta de almuerzo');
INSERT INTO `modepaielibelle` VALUES ('36', '9', 'ESP', 'Crédito agrícola');
INSERT INTO `modepaielibelle` VALUES ('37', '1', 'DEU', 'Kreditkarte');
INSERT INTO `modepaielibelle` VALUES ('38', '2', 'DEU', 'Verifizieren');
INSERT INTO `modepaielibelle` VALUES ('39', '3', 'DEU', 'Banküberweisung');
INSERT INTO `modepaielibelle` VALUES ('40', '4', 'DEU', 'Paypal');
INSERT INTO `modepaielibelle` VALUES ('41', '5', 'DEU', 'MangoPay');
INSERT INTO `modepaielibelle` VALUES ('42', '7', 'DEU', 'Bankkarten');
INSERT INTO `modepaielibelle` VALUES ('43', '6', 'DEU', 'Streifen');
INSERT INTO `modepaielibelle` VALUES ('44', '8', 'DEU', 'Lunchkarte');
INSERT INTO `modepaielibelle` VALUES ('45', '9', 'DEU', 'Agrarkredit');
INSERT INTO `modepaielibelle` VALUES ('46', '9', 'FRA', 'Carte bancaire');
INSERT INTO `modepaielibelle` VALUES ('47', '9', 'ENG', 'Credit card');
-- Structure de la table `paysliv`
DROP TABLE IF EXISTS `paysliv`;
CREATE TABLE `paysliv` (
`idPaysLiv` int(3) NOT NULL DEFAULT 0,
`libelle` varchar(155) NOT NULL DEFAULT '',
`coeff` int(5) NOT NULL DEFAULT 0,
`idZone` varchar(2) NOT NULL,
`code_ISO` varchar(3) NOT NULL,
PRIMARY KEY (`idPaysLiv`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `paysliv`
INSERT INTO `paysliv` VALUES ('1', 'Abkhazie', '2', '2', '');
INSERT INTO `paysliv` VALUES ('2', 'Abou dabi', '1', '1', '');
INSERT INTO `paysliv` VALUES ('3', 'Afghanistan', '1', '3', 'AF');
INSERT INTO `paysliv` VALUES ('4', 'Afrique du sud', '1', '1', 'ZA');
INSERT INTO `paysliv` VALUES ('5', 'Ajman', '1', '6', '');
INSERT INTO `paysliv` VALUES ('6', 'Alaska', '1', '6', '');
INSERT INTO `paysliv` VALUES ('7', 'Albanie', '1', '2', 'AL');
INSERT INTO `paysliv` VALUES ('8', 'Algérie', '1', '2', 'DZ');
INSERT INTO `paysliv` VALUES ('9', 'Allemagne', '1', '1', 'DE');
INSERT INTO `paysliv` VALUES ('10', 'Andorre', '1', '4', 'AD');
INSERT INTO `paysliv` VALUES ('11', 'Angleterre', '1', '1', '');
INSERT INTO `paysliv` VALUES ('12', 'Angola', '1', '9', 'AO');
INSERT INTO `paysliv` VALUES ('13', 'Anguilla', '1', '1', 'AI');
INSERT INTO `paysliv` VALUES ('14', 'Antarctique argentin (péninsule antarctique)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('15', 'Antarctique française (adélie, kerguelen)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('16', 'Antarctique néo-zélandais (dépendance de ross)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('17', 'Antigua-et-barbuda', '1', '1', 'AG');
INSERT INTO `paysliv` VALUES ('18', 'Arabie saoudite', '1', '1', 'SA');
INSERT INTO `paysliv` VALUES ('19', 'Archipel de bismarck (îles de l\'amirauté, bougainville, nouvelle-bretagne, nouvelle-irlande)', '1', '6', '');
INSERT INTO `paysliv` VALUES ('20', 'Argentine', '1', '1', 'AR');
INSERT INTO `paysliv` VALUES ('21', 'Arménie', '1', '1', 'AM');
INSERT INTO `paysliv` VALUES ('22', 'Aruba', '1', '8', 'AW');
INSERT INTO `paysliv` VALUES ('23', 'Ascension', '1', '5', '');
INSERT INTO `paysliv` VALUES ('24', 'Australie', '1', '1', 'AU');
INSERT INTO `paysliv` VALUES ('25', 'Azerbaïdjan', '1', '4', 'AZ');
INSERT INTO `paysliv` VALUES ('26', 'Bahamas', '1', '1', 'BS');
INSERT INTO `paysliv` VALUES ('27', 'Bahreïn', '1', '1', 'BH');
INSERT INTO `paysliv` VALUES ('28', 'Bangladesh', '1', '4', 'BD');
INSERT INTO `paysliv` VALUES ('29', 'Barbade', '1', '1', 'BB');
INSERT INTO `paysliv` VALUES ('30', 'Belgique', '1', '5', 'BE');
INSERT INTO `paysliv` VALUES ('31', 'Belize', '1', '1', 'BZ');
INSERT INTO `paysliv` VALUES ('32', 'Bénin', '1', '1', 'BJ');
INSERT INTO `paysliv` VALUES ('33', 'Bermudes', '1', '8', 'BM');
INSERT INTO `paysliv` VALUES ('34', 'Bhoutan', '1', '1', 'BT');
INSERT INTO `paysliv` VALUES ('35', 'Biélorussie', '1', '3', '');
INSERT INTO `paysliv` VALUES ('36', 'Bolivie', '1', '1', 'BO');
INSERT INTO `paysliv` VALUES ('37', 'Bonaire', '1', '4', '');
INSERT INTO `paysliv` VALUES ('38', 'Bosnie-herzégovine', '1', '5', 'BA');
INSERT INTO `paysliv` VALUES ('39', 'Botswana', '1', '1', 'BW');
INSERT INTO `paysliv` VALUES ('40', 'Brésil', '1', '4', 'BR');
INSERT INTO `paysliv` VALUES ('41', 'Brunéi', '1', '1', '');
INSERT INTO `paysliv` VALUES ('42', 'Bulgarie', '1', '1', 'BG');
INSERT INTO `paysliv` VALUES ('43', 'Burkina faso', '1', '8', 'BF');
INSERT INTO `paysliv` VALUES ('44', 'Burundi', '1', '1', 'BI');
INSERT INTO `paysliv` VALUES ('45', 'Cabinda', '1', '1', '');
INSERT INTO `paysliv` VALUES ('46', 'Cachemire', '1', '5', '');
INSERT INTO `paysliv` VALUES ('47', 'Cambodge', '1', '1', 'KH');
INSERT INTO `paysliv` VALUES ('48', 'Cameroun', '1', '6', 'CM');
INSERT INTO `paysliv` VALUES ('49', 'Canada', '1', '1', 'CA');
INSERT INTO `paysliv` VALUES ('50', 'Charjah', '1', '1', '');
INSERT INTO `paysliv` VALUES ('51', 'Chili', '1', '1', 'CL');
INSERT INTO `paysliv` VALUES ('52', 'Chine, république populaire', '1', '1', '');
INSERT INTO `paysliv` VALUES ('53', 'Chypre, féd. De turquie état', '1', '1', '');
INSERT INTO `paysliv` VALUES ('54', 'Chypre, république', '1', '1', '');
INSERT INTO `paysliv` VALUES ('55', 'Chypre, zones de souveraineté britannique d\'akrotiri et de dhekelia', '1', '6', '');
INSERT INTO `paysliv` VALUES ('56', 'Cité du vatican', '1', '1', '');
INSERT INTO `paysliv` VALUES ('57', 'Colombie', '1', '1', 'CO');
INSERT INTO `paysliv` VALUES ('58', 'Comores (anjouan, grande comore, mohéli)', '1', '3', '');
INSERT INTO `paysliv` VALUES ('59', 'Congo, république de (brazzaville)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('60', 'Congo, république démocratique du (kinshasa)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('61', 'Corée du nord', '1', '1', 'KP');
INSERT INTO `paysliv` VALUES ('62', 'Coree du sud', '1', '6', 'KR');
INSERT INTO `paysliv` VALUES ('63', 'Costa rica', '1', '1', 'CR');
INSERT INTO `paysliv` VALUES ('64', 'Côte d\'ivoire (côte d\'ivoire)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('65', 'Crète', '1', '1', '');
INSERT INTO `paysliv` VALUES ('66', 'Croatie', '1', '1', 'HR');
INSERT INTO `paysliv` VALUES ('67', 'Cuba', '1', '5', 'CU');
INSERT INTO `paysliv` VALUES ('68', 'Curacao', '1', '1', 'CW');
INSERT INTO `paysliv` VALUES ('69', 'Danemark', '1', '1', 'DK');
INSERT INTO `paysliv` VALUES ('70', 'Dépendances norvégiennes (bouvet, île pierre ier, terre de la reine maud)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('71', 'Djibouti', '1', '1', 'DJ');
INSERT INTO `paysliv` VALUES ('72', 'Dominique', '1', '1', 'DM');
INSERT INTO `paysliv` VALUES ('73', 'Dubai', '1', '1', '');
INSERT INTO `paysliv` VALUES ('74', 'Écosse', '1', '1', '');
INSERT INTO `paysliv` VALUES ('75', 'Équateur', '1', '1', 'EC');
INSERT INTO `paysliv` VALUES ('76', 'Érythrée', '1', '1', 'ER');
INSERT INTO `paysliv` VALUES ('77', 'Espagne', '1', '1', 'ES');
INSERT INTO `paysliv` VALUES ('78', 'Estonie', '1', '1', 'EE');
INSERT INTO `paysliv` VALUES ('79', 'Eswatini (swaziland)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('80', 'États-unis (contigu)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('81', 'Ethiopie', '1', '1', 'ET');
INSERT INTO `paysliv` VALUES ('82', 'Fernando de noronha', '1', '1', '');
INSERT INTO `paysliv` VALUES ('83', 'Finlande', '1', '6', 'FI');
INSERT INTO `paysliv` VALUES ('84', 'France', '1', '1', 'FR');
INSERT INTO `paysliv` VALUES ('85', 'Fujaïrah', '1', '1', '');
INSERT INTO `paysliv` VALUES ('86', 'Gabon', '1', '1', 'GA');
INSERT INTO `paysliv` VALUES ('87', 'Gambie, la', '1', '1', '');
INSERT INTO `paysliv` VALUES ('88', 'Géorgie', '1', '1', 'GE');
INSERT INTO `paysliv` VALUES ('89', 'Géorgie du sud et îles sandwich du sud', '1', '1', '');
INSERT INTO `paysliv` VALUES ('90', 'Ghana', '1', '1', 'GH');
INSERT INTO `paysliv` VALUES ('91', 'Gibraltar', '1', '1', 'GI');
INSERT INTO `paysliv` VALUES ('92', 'Grèce', '1', '1', 'GR');
INSERT INTO `paysliv` VALUES ('93', 'Grenade & dépendances (carriacou, grenadines)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('94', 'Groenland (kalaallit nunaat)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('95', 'Guadeloupe & dépendances (marie galante)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('96', 'Guam', '1', '1', 'GU');
INSERT INTO `paysliv` VALUES ('97', 'Guatemala', '1', '1', 'GT');
INSERT INTO `paysliv` VALUES ('98', 'Guernesey et dépendances (aurigny, herm, sark)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('99', 'Guinée', '1', '1', 'GN');
INSERT INTO `paysliv` VALUES ('100', 'Guinée équatoriale (bioko)', '1', '1', 'GN');
INSERT INTO `paysliv` VALUES ('101', 'Guinée équatoriale (rio muni)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('102', 'Guinée-bissau', '1', '5', 'GW');
INSERT INTO `paysliv` VALUES ('103', 'Guyane', '1', '1', '');
INSERT INTO `paysliv` VALUES ('104', 'Guyane française', '1', '1', 'GF');
INSERT INTO `paysliv` VALUES ('105', 'Haïti', '1', '1', 'HT');
INSERT INTO `paysliv` VALUES ('106', 'Honduras', '1', '1', 'HN');
INSERT INTO `paysliv` VALUES ('107', 'Hong kong', '1', '1', 'HK');
INSERT INTO `paysliv` VALUES ('108', 'Hongrie', '1', '1', 'HU');
INSERT INTO `paysliv` VALUES ('109', 'Île de hainan', '1', '1', '');
INSERT INTO `paysliv` VALUES ('110', 'Île de jeju (corée du sud)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('111', 'Île de man', '1', '1', 'IM');
INSERT INTO `paysliv` VALUES ('112', 'Île de midway', '1', '1', '');
INSERT INTO `paysliv` VALUES ('113', 'Île de pâques', '1', '1', '');
INSERT INTO `paysliv` VALUES ('114', 'Île de wake', '1', '1', '');
INSERT INTO `paysliv` VALUES ('115', 'Île lord howe', '1', '1', '');
INSERT INTO `paysliv` VALUES ('116', 'Île pitcairn', '1', '1', '');
INSERT INTO `paysliv` VALUES ('117', 'Ile rodrigues', '1', '1', '');
INSERT INTO `paysliv` VALUES ('118', 'Île-du-prince-édouard', '1', '1', '');
INSERT INTO `paysliv` VALUES ('119', 'Iles aland', '1', '1', '');
INSERT INTO `paysliv` VALUES ('120', 'Iles andaman-nicobar', '1', '1', '');
INSERT INTO `paysliv` VALUES ('121', 'Îles australes', '1', '1', '');
INSERT INTO `paysliv` VALUES ('122', 'Îles baléares (ibiza, majorque, minorque)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('123', 'Îles caïmans', '1', '1', 'KY');
INSERT INTO `paysliv` VALUES ('124', 'Îles chatham', '1', '1', '');
INSERT INTO `paysliv` VALUES ('125', 'Îles cocos (keeling)', '1', '1', 'CC');
INSERT INTO `paysliv` VALUES ('126', 'Îles cook (aitutaki, penrhyn, rarotonga)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('127', 'Îles de la mer égée du nord)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('128', 'Îles des açores', '1', '1', '');
INSERT INTO `paysliv` VALUES ('129', 'Îles du cap-vert', '1', '1', '');
INSERT INTO `paysliv` VALUES ('130', 'Îles féroé', '1', '1', 'FO');
INSERT INTO `paysliv` VALUES ('131', 'Îles fidji', '1', '1', '');
INSERT INTO `paysliv` VALUES ('132', 'Îles grecques de la mer égée (cyclades, dodécanèse,', '1', '1', '');
INSERT INTO `paysliv` VALUES ('133', 'Îles hawaï', '1', '1', '');
INSERT INTO `paysliv` VALUES ('134', 'Îles ioniennes (corfou, etc.)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('135', 'Îles juan fernandez (île robinson crusoé)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('136', 'Îles marquises', '1', '1', '');
INSERT INTO `paysliv` VALUES ('137', 'Îles marshall, république de (eniwetok, kwajalein, majuro)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('138', 'Îles moluques', '1', '1', '');
INSERT INTO `paysliv` VALUES ('139', 'Îles ryukyu (okinawa)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('140', 'Îles salomon (guadalcanal, nouvelle-géorgie, tulagi)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('141', 'Îles tokélaou (atafu, fakaofu, union)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('142', 'Îles turques et caïques', '1', '1', '');
INSERT INTO `paysliv` VALUES ('143', 'Îles vierges britanniques (tortola, etc.)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('144', 'Îles vierges, états-unis (sainte-croix, saint-jean, saint-thomas)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('145', 'Îles wallis et futuna', '1', '1', '');
INSERT INTO `paysliv` VALUES ('146', 'Inde', '1', '1', 'IN');
INSERT INTO `paysliv` VALUES ('147', 'Indonésie (java)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('148', 'Irak', '1', '1', 'IQ');
INSERT INTO `paysliv` VALUES ('149', 'Irlande (eire)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('150', 'Irlande du nord', '1', '1', '');
INSERT INTO `paysliv` VALUES ('151', 'Islande', '1', '1', 'IS');
INSERT INTO `paysliv` VALUES ('152', 'Israël', '1', '1', 'IL');
INSERT INTO `paysliv` VALUES ('153', 'Italie', '1', '1', 'IT');
INSERT INTO `paysliv` VALUES ('154', 'Jamaïque', '1', '1', 'JM');
INSERT INTO `paysliv` VALUES ('155', 'Japon', '1', '1', 'JP');
INSERT INTO `paysliv` VALUES ('156', 'Jersey', '1', '1', 'JE');
INSERT INTO `paysliv` VALUES ('157', 'Jordan', '1', '1', '');
INSERT INTO `paysliv` VALUES ('158', 'Kalimantan (bornéo indonésien)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('159', 'Kaliningrad', '1', '1', '');
INSERT INTO `paysliv` VALUES ('160', 'Kazakhstan', '1', '1', 'KZ');
INSERT INTO `paysliv` VALUES ('161', 'Kenya', '1', '1', 'KE');
INSERT INTO `paysliv` VALUES ('162', 'Kirghizistan', '1', '1', 'KG');
INSERT INTO `paysliv` VALUES ('163', 'Kiribati (gilberts, tarawa, ocean island)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('164', 'Kosovo', '1', '1', '');
INSERT INTO `paysliv` VALUES ('165', 'Koweit', '1', '1', 'KW');
INSERT INTO `paysliv` VALUES ('166', 'La corse', '1', '1', '');
INSERT INTO `paysliv` VALUES ('167', 'La russie en asie (y compris la sibérie)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('168', 'La suisse', '1', '1', '');
INSERT INTO `paysliv` VALUES ('169', 'La turquie en asie (anatolie, ankara, izmir)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('170', 'La turquie en europe (istanbul)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('171', 'Lakshadweep', '1', '1', '');
INSERT INTO `paysliv` VALUES ('172', 'Lampedusa', '1', '1', '');
INSERT INTO `paysliv` VALUES ('173', 'Laos', '1', '1', 'LA');
INSERT INTO `paysliv` VALUES ('174', 'L\'autriche', '1', '1', '');
INSERT INTO `paysliv` VALUES ('175', 'Le portugal', '1', '1', '');
INSERT INTO `paysliv` VALUES ('176', 'Le salvador', '1', '1', '');
INSERT INTO `paysliv` VALUES ('177', 'L\'egypte en afrique', '1', '1', '');
INSERT INTO `paysliv` VALUES ('178', 'L\'égypte en asie (péninsule du sinaï)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('179', 'Les îles canaries', '1', '1', '');
INSERT INTO `paysliv` VALUES ('180', 'Les îles falkland', '1', '1', '');
INSERT INTO `paysliv` VALUES ('181', 'Les îles galapagos', '1', '1', '');
INSERT INTO `paysliv` VALUES ('182', 'Les seychelles', '1', '1', '');
INSERT INTO `paysliv` VALUES ('183', 'Lesotho', '1', '1', 'LS');
INSERT INTO `paysliv` VALUES ('184', 'Lettonie', '1', '1', 'LV');
INSERT INTO `paysliv` VALUES ('185', 'Liban', '1', '1', 'LB');
INSERT INTO `paysliv` VALUES ('186', 'Libéria', '1', '1', 'LR');
INSERT INTO `paysliv` VALUES ('187', 'Libye', '1', '1', 'LY');
INSERT INTO `paysliv` VALUES ('188', 'Liechtenstein', '1', '1', 'LI');
INSERT INTO `paysliv` VALUES ('189', 'L\'île de noël', '1', '5', '');
INSERT INTO `paysliv` VALUES ('190', 'L\'ile de norfolk', '1', '1', '');
INSERT INTO `paysliv` VALUES ('191', 'Line/phoenix islands (canton, christmas, enderbury, fanning)', '1', '1', '');
INSERT INTO `paysliv` VALUES ('192', 'L\'iran', '1', '1', '');
INSERT INTO `paysliv` VALUES ('193', 'Lituanie', '1', '1', 'LT');
INSERT INTO `paysliv` VALUES ('194', 'Luxembourg', '1', '8', 'LU');
INSERT INTO `paysliv` VALUES ('195', 'Macao', '1', '1', 'MO');
INSERT INTO `paysliv` VALUES ('196', 'Macédoine du nord', '1', '1', '');
INSERT INTO `paysliv` VALUES ('197', 'Madagascar', '1', '1', 'MG');
INSERT INTO `paysliv` VALUES ('198', 'Madère', '1', '1', '');
INSERT INTO `paysliv` VALUES ('199', 'Malaisie', '1', '1', 'MY');
INSERT INTO `paysliv` VALUES ('200', 'Malawi', '1', '1', 'MW');
INSERT INTO `paysliv` VALUES ('0', '', '0', '', '');
-- Structure de la table `payslivlibelle`
DROP TABLE IF EXISTS `payslivlibelle`;
CREATE TABLE `payslivlibelle` (
`numPays` int(3) NOT NULL AUTO_INCREMENT,
`idPaysLiv` int(3) NOT NULL DEFAULT 0,
`idLg` char(3) NOT NULL DEFAULT '',
`libelle` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`numPays`),
KEY `idPaysLiv` (`idPaysLiv`),
KEY `libelle` (`libelle`)
) ENGINE=MyISAM AUTO_INCREMENT=5756 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `payslivlibelle`
INSERT INTO `payslivlibelle` VALUES ('4134', '1', 'FRA', 'Abkhazie');
INSERT INTO `payslivlibelle` VALUES ('4135', '2', 'FRA', 'Abou dabi');
INSERT INTO `payslivlibelle` VALUES ('4136', '3', 'FRA', 'Afghanistan');
INSERT INTO `payslivlibelle` VALUES ('4137', '4', 'FRA', 'Afrique du sud');
INSERT INTO `payslivlibelle` VALUES ('4138', '5', 'FRA', 'Ajman');
INSERT INTO `payslivlibelle` VALUES ('4139', '6', 'FRA', 'Alaska');
INSERT INTO `payslivlibelle` VALUES ('4140', '7', 'FRA', 'Albanie');
INSERT INTO `payslivlibelle` VALUES ('4141', '8', 'FRA', 'Algérie');
INSERT INTO `payslivlibelle` VALUES ('4142', '9', 'FRA', 'Allemagne');
INSERT INTO `payslivlibelle` VALUES ('4143', '10', 'FRA', 'Andorre');
INSERT INTO `payslivlibelle` VALUES ('4144', '11', 'FRA', 'Angleterre');
INSERT INTO `payslivlibelle` VALUES ('4145', '12', 'FRA', 'Angola');
INSERT INTO `payslivlibelle` VALUES ('4146', '13', 'FRA', 'Anguilla');
INSERT INTO `payslivlibelle` VALUES ('4147', '14', 'FRA', 'Antarctique argentin (péninsule antarctique)');
INSERT INTO `payslivlibelle` VALUES ('4148', '15', 'FRA', 'Antarctique française (adélie, kerguelen)');
INSERT INTO `payslivlibelle` VALUES ('4149', '16', 'FRA', 'Antarctique néo-zélandais (dépendance de ross)');
INSERT INTO `payslivlibelle` VALUES ('4150', '17', 'FRA', 'Antigua-et-barbuda');
INSERT INTO `payslivlibelle` VALUES ('4151', '18', 'FRA', 'Arabie saoudite');
INSERT INTO `payslivlibelle` VALUES ('4152', '19', 'FRA', 'Archipel de bismarck (îles de l\'amirauté, bougainville, nouvelle-bretagne, nouvelle-irlande)');
INSERT INTO `payslivlibelle` VALUES ('4153', '20', 'FRA', 'Argentine');
INSERT INTO `payslivlibelle` VALUES ('4154', '21', 'FRA', 'Arménie');
INSERT INTO `payslivlibelle` VALUES ('4155', '22', 'FRA', 'Aruba');
INSERT INTO `payslivlibelle` VALUES ('4156', '23', 'FRA', 'Ascension');
INSERT INTO `payslivlibelle` VALUES ('4157', '24', 'FRA', 'Australie');
INSERT INTO `payslivlibelle` VALUES ('4158', '25', 'FRA', 'Azerbaïdjan');
INSERT INTO `payslivlibelle` VALUES ('4159', '26', 'FRA', 'Bahamas');
INSERT INTO `payslivlibelle` VALUES ('4160', '27', 'FRA', 'Bahreïn');
INSERT INTO `payslivlibelle` VALUES ('4161', '28', 'FRA', 'Bangladesh');
INSERT INTO `payslivlibelle` VALUES ('4162', '29', 'FRA', 'Barbade');
INSERT INTO `payslivlibelle` VALUES ('4163', '30', 'FRA', 'Belgique');
INSERT INTO `payslivlibelle` VALUES ('4164', '31', 'FRA', 'Belize');
INSERT INTO `payslivlibelle` VALUES ('4165', '32', 'FRA', 'Bénin');
INSERT INTO `payslivlibelle` VALUES ('4166', '33', 'FRA', 'Bermudes');
INSERT INTO `payslivlibelle` VALUES ('4167', '34', 'FRA', 'Bhoutan');
INSERT INTO `payslivlibelle` VALUES ('4168', '35', 'FRA', 'Biélorussie');
INSERT INTO `payslivlibelle` VALUES ('4169', '36', 'FRA', 'Bolivie');
INSERT INTO `payslivlibelle` VALUES ('4170', '37', 'FRA', 'Bonaire');
INSERT INTO `payslivlibelle` VALUES ('4171', '38', 'FRA', 'Bosnie-herzégovine');
INSERT INTO `payslivlibelle` VALUES ('4172', '39', 'FRA', 'Botswana');
INSERT INTO `payslivlibelle` VALUES ('4173', '40', 'FRA', 'Brésil');
INSERT INTO `payslivlibelle` VALUES ('4174', '41', 'FRA', 'Brunéi');
INSERT INTO `payslivlibelle` VALUES ('4175', '42', 'FRA', 'Bulgarie');
INSERT INTO `payslivlibelle` VALUES ('4176', '43', 'FRA', 'Burkina faso');
INSERT INTO `payslivlibelle` VALUES ('4177', '44', 'FRA', 'Burundi');
INSERT INTO `payslivlibelle` VALUES ('4178', '45', 'FRA', 'Cabinda');
INSERT INTO `payslivlibelle` VALUES ('4179', '46', 'FRA', 'Cachemire');
INSERT INTO `payslivlibelle` VALUES ('4180', '47', 'FRA', 'Cambodge');
INSERT INTO `payslivlibelle` VALUES ('4181', '48', 'FRA', 'Cameroun');
INSERT INTO `payslivlibelle` VALUES ('4182', '49', 'FRA', 'Canada');
INSERT INTO `payslivlibelle` VALUES ('4183', '50', 'FRA', 'Charjah');
INSERT INTO `payslivlibelle` VALUES ('4184', '51', 'FRA', 'Chili');
INSERT INTO `payslivlibelle` VALUES ('4185', '52', 'FRA', 'Chine, république populaire');
INSERT INTO `payslivlibelle` VALUES ('4186', '53', 'FRA', 'Chypre, féd. De turquie état');
INSERT INTO `payslivlibelle` VALUES ('4187', '54', 'FRA', 'Chypre, république');
INSERT INTO `payslivlibelle` VALUES ('4188', '55', 'FRA', 'Chypre, zones de souveraineté britannique d\'akrotiri et de dhekelia');
INSERT INTO `payslivlibelle` VALUES ('4189', '56', 'FRA', 'Cité du vatican');
INSERT INTO `payslivlibelle` VALUES ('4190', '57', 'FRA', 'Colombie');
INSERT INTO `payslivlibelle` VALUES ('4191', '58', 'FRA', 'Comores (anjouan, grande comore, mohéli)');
INSERT INTO `payslivlibelle` VALUES ('4192', '59', 'FRA', 'Congo, république de (brazzaville)');
INSERT INTO `payslivlibelle` VALUES ('4193', '60', 'FRA', 'Congo, république démocratique du (kinshasa)');
INSERT INTO `payslivlibelle` VALUES ('4194', '61', 'FRA', 'Corée du nord');
INSERT INTO `payslivlibelle` VALUES ('4195', '62', 'FRA', 'Coree du sud');
INSERT INTO `payslivlibelle` VALUES ('4196', '63', 'FRA', 'Costa rica');
INSERT INTO `payslivlibelle` VALUES ('4197', '64', 'FRA', 'Côte d\'ivoire (côte d\'ivoire)');
INSERT INTO `payslivlibelle` VALUES ('4198', '65', 'FRA', 'Crète');
INSERT INTO `payslivlibelle` VALUES ('4199', '66', 'FRA', 'Croatie');
INSERT INTO `payslivlibelle` VALUES ('4200', '67', 'FRA', 'Cuba');
INSERT INTO `payslivlibelle` VALUES ('4201', '68', 'FRA', 'Curacao');
INSERT INTO `payslivlibelle` VALUES ('4202', '69', 'FRA', 'Danemark');
INSERT INTO `payslivlibelle` VALUES ('4203', '70', 'FRA', 'Dépendances norvégiennes (bouvet, île pierre ier, terre de la reine maud)');
INSERT INTO `payslivlibelle` VALUES ('4204', '71', 'FRA', 'Djibouti');
INSERT INTO `payslivlibelle` VALUES ('4205', '72', 'FRA', 'Dominique');
INSERT INTO `payslivlibelle` VALUES ('4206', '73', 'FRA', 'Dubai');
INSERT INTO `payslivlibelle` VALUES ('4207', '74', 'FRA', 'Écosse');
INSERT INTO `payslivlibelle` VALUES ('4208', '75', 'FRA', 'Équateur');
INSERT INTO `payslivlibelle` VALUES ('4209', '76', 'FRA', 'Érythrée');
INSERT INTO `payslivlibelle` VALUES ('4210', '77', 'FRA', 'Espagne');
INSERT INTO `payslivlibelle` VALUES ('4211', '78', 'FRA', 'Estonie');
INSERT INTO `payslivlibelle` VALUES ('4212', '79', 'FRA', 'Eswatini (swaziland)');
INSERT INTO `payslivlibelle` VALUES ('4213', '80', 'FRA', 'États-unis (contigu)');
INSERT INTO `payslivlibelle` VALUES ('4214', '81', 'FRA', 'Ethiopie');
INSERT INTO `payslivlibelle` VALUES ('4215', '82', 'FRA', 'Fernando de noronha');
INSERT INTO `payslivlibelle` VALUES ('4216', '83', 'FRA', 'Finlande');
INSERT INTO `payslivlibelle` VALUES ('4217', '84', 'FRA', 'France');
INSERT INTO `payslivlibelle` VALUES ('4218', '85', 'FRA', 'Fujaïrah');
INSERT INTO `payslivlibelle` VALUES ('4219', '86', 'FRA', 'Gabon');
INSERT INTO `payslivlibelle` VALUES ('4220', '87', 'FRA', 'Gambie, la');
INSERT INTO `payslivlibelle` VALUES ('4221', '88', 'FRA', 'Géorgie');
INSERT INTO `payslivlibelle` VALUES ('4222', '89', 'FRA', 'Géorgie du sud et îles sandwich du sud');
INSERT INTO `payslivlibelle` VALUES ('4223', '90', 'FRA', 'Ghana');
INSERT INTO `payslivlibelle` VALUES ('4224', '91', 'FRA', 'Gibraltar');
INSERT INTO `payslivlibelle` VALUES ('4225', '92', 'FRA', 'Grèce');
INSERT INTO `payslivlibelle` VALUES ('4226', '93', 'FRA', 'Grenade & dépendances (carriacou, grenadines)');
INSERT INTO `payslivlibelle` VALUES ('4227', '94', 'FRA', 'Groenland (kalaallit nunaat)');
INSERT INTO `payslivlibelle` VALUES ('4228', '95', 'FRA', 'Guadeloupe & dépendances (marie galante)');
INSERT INTO `payslivlibelle` VALUES ('4229', '96', 'FRA', 'Guam');
INSERT INTO `payslivlibelle` VALUES ('4230', '97', 'FRA', 'Guatemala');
INSERT INTO `payslivlibelle` VALUES ('4231', '98', 'FRA', 'Guernesey et dépendances (aurigny, herm, sark)');
INSERT INTO `payslivlibelle` VALUES ('4232', '99', 'FRA', 'Guinée');
INSERT INTO `payslivlibelle` VALUES ('4233', '100', 'FRA', 'Guinée équatoriale (bioko)');
INSERT INTO `payslivlibelle` VALUES ('4234', '101', 'FRA', 'Guinée équatoriale (rio muni)');
INSERT INTO `payslivlibelle` VALUES ('4235', '102', 'FRA', 'Guinée-bissau');
INSERT INTO `payslivlibelle` VALUES ('4236', '103', 'FRA', 'Guyane');
INSERT INTO `payslivlibelle` VALUES ('4237', '104', 'FRA', 'Guyane française');
INSERT INTO `payslivlibelle` VALUES ('4238', '105', 'FRA', 'Haïti');
INSERT INTO `payslivlibelle` VALUES ('4239', '106', 'FRA', 'Honduras');
INSERT INTO `payslivlibelle` VALUES ('4240', '107', 'FRA', 'Hong kong');
INSERT INTO `payslivlibelle` VALUES ('4241', '108', 'FRA', 'Hongrie');
INSERT INTO `payslivlibelle` VALUES ('4242', '109', 'FRA', 'Île de hainan');
INSERT INTO `payslivlibelle` VALUES ('4243', '110', 'FRA', 'Île de jeju (corée du sud)');
INSERT INTO `payslivlibelle` VALUES ('4244', '111', 'FRA', 'Île de man');
INSERT INTO `payslivlibelle` VALUES ('4245', '112', 'FRA', 'Île de midway');
INSERT INTO `payslivlibelle` VALUES ('4246', '113', 'FRA', 'Île de pâques');
INSERT INTO `payslivlibelle` VALUES ('4247', '114', 'FRA', 'Île de wake');
INSERT INTO `payslivlibelle` VALUES ('4248', '115', 'FRA', 'Île lord howe');
INSERT INTO `payslivlibelle` VALUES ('4249', '116', 'FRA', 'Île pitcairn');
INSERT INTO `payslivlibelle` VALUES ('4250', '117', 'FRA', 'Ile rodrigues');
INSERT INTO `payslivlibelle` VALUES ('4251', '118', 'FRA', 'Île-du-prince-édouard');
INSERT INTO `payslivlibelle` VALUES ('4252', '119', 'FRA', 'Iles aland');
INSERT INTO `payslivlibelle` VALUES ('4253', '120', 'FRA', 'Iles andaman-nicobar');
INSERT INTO `payslivlibelle` VALUES ('4254', '121', 'FRA', 'Îles australes');
INSERT INTO `payslivlibelle` VALUES ('4255', '122', 'FRA', 'Îles baléares (ibiza, majorque, minorque)');
INSERT INTO `payslivlibelle` VALUES ('4256', '123', 'FRA', 'Îles caïmans');
INSERT INTO `payslivlibelle` VALUES ('4257', '124', 'FRA', 'Îles chatham');
INSERT INTO `payslivlibelle` VALUES ('4258', '125', 'FRA', 'Îles cocos (keeling)');
INSERT INTO `payslivlibelle` VALUES ('4259', '126', 'FRA', 'Îles cook (aitutaki, penrhyn, rarotonga)');
INSERT INTO `payslivlibelle` VALUES ('4260', '127', 'FRA', 'Îles de la mer égée du nord)');
INSERT INTO `payslivlibelle` VALUES ('4261', '128', 'FRA', 'Îles des açores');
INSERT INTO `payslivlibelle` VALUES ('4262', '129', 'FRA', 'Îles du cap-vert');
INSERT INTO `payslivlibelle` VALUES ('4263', '130', 'FRA', 'Îles féroé');
INSERT INTO `payslivlibelle` VALUES ('4264', '131', 'FRA', 'Îles fidji');
INSERT INTO `payslivlibelle` VALUES ('4265', '132', 'FRA', 'Îles grecques de la mer égée (cyclades, dodécanèse,');
INSERT INTO `payslivlibelle` VALUES ('4266', '133', 'FRA', 'Îles hawaï');
INSERT INTO `payslivlibelle` VALUES ('4267', '134', 'FRA', 'Îles ioniennes (corfou, etc.)');
INSERT INTO `payslivlibelle` VALUES ('4268', '135', 'FRA', 'Îles juan fernandez (île robinson crusoé)');
INSERT INTO `payslivlibelle` VALUES ('4269', '136', 'FRA', 'Îles marquises');
INSERT INTO `payslivlibelle` VALUES ('4270', '137', 'FRA', 'Îles marshall, république de (eniwetok, kwajalein, majuro)');
INSERT INTO `payslivlibelle` VALUES ('4271', '138', 'FRA', 'Îles moluques');
INSERT INTO `payslivlibelle` VALUES ('4272', '139', 'FRA', 'Îles ryukyu (okinawa)');
INSERT INTO `payslivlibelle` VALUES ('4273', '140', 'FRA', 'Îles salomon (guadalcanal, nouvelle-géorgie, tulagi)');
INSERT INTO `payslivlibelle` VALUES ('4274', '141', 'FRA', 'Îles tokélaou (atafu, fakaofu, union)');
INSERT INTO `payslivlibelle` VALUES ('4275', '142', 'FRA', 'Îles turques et caïques');
INSERT INTO `payslivlibelle` VALUES ('4276', '143', 'FRA', 'Îles vierges britanniques (tortola, etc.)');
INSERT INTO `payslivlibelle` VALUES ('4277', '144', 'FRA', 'Îles vierges, états-unis (sainte-croix, saint-jean, saint-thomas)');
INSERT INTO `payslivlibelle` VALUES ('4278', '145', 'FRA', 'Îles wallis et futuna');
INSERT INTO `payslivlibelle` VALUES ('4279', '146', 'FRA', 'Inde');
INSERT INTO `payslivlibelle` VALUES ('4280', '147', 'FRA', 'Indonésie (java)');
INSERT INTO `payslivlibelle` VALUES ('4281', '148', 'FRA', 'Irak');
INSERT INTO `payslivlibelle` VALUES ('4282', '149', 'FRA', 'Irlande (eire)');
INSERT INTO `payslivlibelle` VALUES ('4283', '150', 'FRA', 'Irlande du nord');
INSERT INTO `payslivlibelle` VALUES ('4284', '151', 'FRA', 'Islande');
INSERT INTO `payslivlibelle` VALUES ('4285', '152', 'FRA', 'Israël');
INSERT INTO `payslivlibelle` VALUES ('4286', '153', 'FRA', 'Italie');
INSERT INTO `payslivlibelle` VALUES ('4287', '154', 'FRA', 'Jamaïque');
INSERT INTO `payslivlibelle` VALUES ('4288', '155', 'FRA', 'Japon');
INSERT INTO `payslivlibelle` VALUES ('4289', '156', 'FRA', 'Jersey');
INSERT INTO `payslivlibelle` VALUES ('4290', '157', 'FRA', 'Jordan');
INSERT INTO `payslivlibelle` VALUES ('4291', '158', 'FRA', 'Kalimantan (bornéo indonésien)');
INSERT INTO `payslivlibelle` VALUES ('4292', '159', 'FRA', 'Kaliningrad');
INSERT INTO `payslivlibelle` VALUES ('4293', '160', 'FRA', 'Kazakhstan');
INSERT INTO `payslivlibelle` VALUES ('4294', '161', 'FRA', 'Kenya');
INSERT INTO `payslivlibelle` VALUES ('4295', '162', 'FRA', 'Kirghizistan');
INSERT INTO `payslivlibelle` VALUES ('4296', '163', 'FRA', 'Kiribati (gilberts, tarawa, ocean island)');
INSERT INTO `payslivlibelle` VALUES ('4297', '164', 'FRA', 'Kosovo');
INSERT INTO `payslivlibelle` VALUES ('4298', '165', 'FRA', 'Koweit');
INSERT INTO `payslivlibelle` VALUES ('4299', '166', 'FRA', 'La corse');
INSERT INTO `payslivlibelle` VALUES ('4300', '167', 'FRA', 'La russie en asie (y compris la sibérie)');
INSERT INTO `payslivlibelle` VALUES ('4301', '168', 'FRA', 'La suisse');
INSERT INTO `payslivlibelle` VALUES ('4302', '169', 'FRA', 'La turquie en asie (anatolie, ankara, izmir)');
INSERT INTO `payslivlibelle` VALUES ('4303', '170', 'FRA', 'La turquie en europe (istanbul)');
INSERT INTO `payslivlibelle` VALUES ('4304', '171', 'FRA', 'Lakshadweep');
INSERT INTO `payslivlibelle` VALUES ('4305', '172', 'FRA', 'Lampedusa');
INSERT INTO `payslivlibelle` VALUES ('4306', '173', 'FRA', 'Laos');
INSERT INTO `payslivlibelle` VALUES ('4307', '174', 'FRA', 'L\'autriche');
INSERT INTO `payslivlibelle` VALUES ('4308', '175', 'FRA', 'Le portugal');
INSERT INTO `payslivlibelle` VALUES ('4309', '176', 'FRA', 'Le salvador');
INSERT INTO `payslivlibelle` VALUES ('4310', '177', 'FRA', 'L\'egypte en afrique');
INSERT INTO `payslivlibelle` VALUES ('4311', '178', 'FRA', 'L\'égypte en asie (péninsule du sinaï)');
INSERT INTO `payslivlibelle` VALUES ('4312', '179', 'FRA', 'Les îles canaries');
INSERT INTO `payslivlibelle` VALUES ('4313', '180', 'FRA', 'Les îles falkland');
INSERT INTO `payslivlibelle` VALUES ('4314', '181', 'FRA', 'Les îles galapagos');
INSERT INTO `payslivlibelle` VALUES ('4315', '182', 'FRA', 'Les seychelles');
INSERT INTO `payslivlibelle` VALUES ('4316', '183', 'FRA', 'Lesotho');
INSERT INTO `payslivlibelle` VALUES ('4317', '184', 'FRA', 'Lettonie');
INSERT INTO `payslivlibelle` VALUES ('4318', '185', 'FRA', 'Liban');
INSERT INTO `payslivlibelle` VALUES ('4319', '186', 'FRA', 'Libéria');
INSERT INTO `payslivlibelle` VALUES ('4320', '187', 'FRA', 'Libye');
INSERT INTO `payslivlibelle` VALUES ('4321', '188', 'FRA', 'Liechtenstein');
INSERT INTO `payslivlibelle` VALUES ('4322', '189', 'FRA', 'L\'île de noël');
INSERT INTO `payslivlibelle` VALUES ('4323', '190', 'FRA', 'L\'ile de norfolk');
INSERT INTO `payslivlibelle` VALUES ('4324', '191', 'FRA', 'Line/phoenix islands (canton, christmas, enderbury, fanning)');
INSERT INTO `payslivlibelle` VALUES ('4325', '192', 'FRA', 'L\'iran');
INSERT INTO `payslivlibelle` VALUES ('4326', '193', 'FRA', 'Lituanie');
INSERT INTO `payslivlibelle` VALUES ('4327', '194', 'FRA', 'Luxembourg');
INSERT INTO `payslivlibelle` VALUES ('4328', '195', 'FRA', 'Macao');
INSERT INTO `payslivlibelle` VALUES ('4329', '196', 'FRA', 'Macédoine du nord');
INSERT INTO `payslivlibelle` VALUES ('4330', '197', 'FRA', 'Madagascar');
INSERT INTO `payslivlibelle` VALUES ('4331', '198', 'FRA', 'Madère');
INSERT INTO `payslivlibelle` VALUES ('4332', '199', 'FRA', 'Malaisie');
INSERT INTO `payslivlibelle` VALUES ('4333', '200', 'FRA', 'Malawi');
INSERT INTO `payslivlibelle` VALUES ('4334', '201', 'FRA', 'Maldives');
INSERT INTO `payslivlibelle` VALUES ('4335', '202', 'FRA', 'Mali');
INSERT INTO `payslivlibelle` VALUES ('4336', '203', 'FRA', 'Malte');
INSERT INTO `payslivlibelle` VALUES ('4337', '204', 'FRA', 'Mariannes du nord (saipan, tinian)');
INSERT INTO `payslivlibelle` VALUES ('4338', '205', 'FRA', 'Maroc');
INSERT INTO `payslivlibelle` VALUES ('4339', '206', 'FRA', 'Maroc, espagnol (ceuta, melilla)');
INSERT INTO `payslivlibelle` VALUES ('4340', '207', 'FRA', 'Martinique');
INSERT INTO `payslivlibelle` VALUES ('4341', '208', 'FRA', 'Maurice & dépendances (agalega, st. Brandon)');
INSERT INTO `payslivlibelle` VALUES ('4342', '209', 'FRA', 'Mauritanie');
INSERT INTO `payslivlibelle` VALUES ('4343', '210', 'FRA', 'Mayotte (dzaoudzi)');
INSERT INTO `payslivlibelle` VALUES ('4344', '211', 'FRA', 'Mexique');
INSERT INTO `payslivlibelle` VALUES ('4345', '212', 'FRA', 'Micronésie, états fédérés de (îles caroline, chuuk, kosrae, pohnpei, yap)');
INSERT INTO `payslivlibelle` VALUES ('4346', '213', 'FRA', 'Moldavie');
INSERT INTO `payslivlibelle` VALUES ('4347', '214', 'FRA', 'Monaco');
INSERT INTO `payslivlibelle` VALUES ('4348', '215', 'FRA', 'Mongolie, république');
INSERT INTO `payslivlibelle` VALUES ('4349', '216', 'FRA', 'Monténégro');
INSERT INTO `payslivlibelle` VALUES ('4350', '217', 'FRA', 'Montserrat');
INSERT INTO `payslivlibelle` VALUES ('4351', '218', 'FRA', 'Mozambique');
INSERT INTO `payslivlibelle` VALUES ('4352', '219', 'FRA', 'Myanmar (birmanie)');
INSERT INTO `payslivlibelle` VALUES ('4353', '220', 'FRA', 'Nakhitchevan');
INSERT INTO `payslivlibelle` VALUES ('4354', '221', 'FRA', 'Namibie');
INSERT INTO `payslivlibelle` VALUES ('4355', '222', 'FRA', 'Nauru');
INSERT INTO `payslivlibelle` VALUES ('4356', '223', 'FRA', 'Népal');
INSERT INTO `payslivlibelle` VALUES ('4357', '224', 'FRA', 'Nicaragua');
INSERT INTO `payslivlibelle` VALUES ('4358', '225', 'FRA', 'Niger');
INSERT INTO `payslivlibelle` VALUES ('4359', '226', 'FRA', 'Nigeria');
INSERT INTO `payslivlibelle` VALUES ('4360', '227', 'FRA', 'Nioué');
INSERT INTO `payslivlibelle` VALUES ('4361', '228', 'FRA', 'Norvège');
INSERT INTO `payslivlibelle` VALUES ('4362', '229', 'FRA', 'Nouvelle-calédonie & dépendances (l\'île-des-pins, îles loyauté)');
INSERT INTO `payslivlibelle` VALUES ('4363', '230', 'FRA', 'Nouvelle-zélande');
INSERT INTO `payslivlibelle` VALUES ('4364', '231', 'FRA', 'Nueva esparta (île marguerite)');
INSERT INTO `payslivlibelle` VALUES ('4365', '232', 'FRA', 'Océan atlantique (14)');
INSERT INTO `payslivlibelle` VALUES ('4366', '233', 'FRA', 'Ogasawara (bonin, iwo jima, île volcanique)');
INSERT INTO `payslivlibelle` VALUES ('4367', '234', 'FRA', 'Oman');
INSERT INTO `payslivlibelle` VALUES ('4368', '235', 'FRA', 'Ossétie du sud');
INSERT INTO `payslivlibelle` VALUES ('4369', '236', 'FRA', 'Ouganda');
INSERT INTO `payslivlibelle` VALUES ('4370', '237', 'FRA', 'Ouzbékistan');
INSERT INTO `payslivlibelle` VALUES ('4371', '238', 'FRA', 'Pakistan');
INSERT INTO `payslivlibelle` VALUES ('4372', '239', 'FRA', 'Palaos, république de');
INSERT INTO `payslivlibelle` VALUES ('4373', '240', 'FRA', 'Palestine');
INSERT INTO `payslivlibelle` VALUES ('4374', '241', 'FRA', 'Panama');
INSERT INTO `payslivlibelle` VALUES ('4375', '242', 'FRA', 'Papouasie (irian jaya)');
INSERT INTO `payslivlibelle` VALUES ('4376', '243', 'FRA', 'Papouasie nouvelle guinée');
INSERT INTO `payslivlibelle` VALUES ('4377', '244', 'FRA', 'Paraguay');
INSERT INTO `payslivlibelle` VALUES ('4378', '245', 'FRA', 'Pays de galles');
INSERT INTO `payslivlibelle` VALUES ('4379', '246', 'FRA', 'Pays-bas');
INSERT INTO `payslivlibelle` VALUES ('4380', '247', 'FRA', 'Pérou');
INSERT INTO `payslivlibelle` VALUES ('4381', '248', 'FRA', 'Petites îles de la sonde (bali, timor, indonésie)');
INSERT INTO `payslivlibelle` VALUES ('4382', '249', 'FRA', 'Philippines');
INSERT INTO `payslivlibelle` VALUES ('4383', '250', 'FRA', 'Pologne');
INSERT INTO `payslivlibelle` VALUES ('4384', '251', 'FRA', 'Polynésie française (gambier, tahiti, tuamotu)');
INSERT INTO `payslivlibelle` VALUES ('4385', '252', 'FRA', 'Porto rico');
INSERT INTO `payslivlibelle` VALUES ('4386', '253', 'FRA', 'Qatar');
INSERT INTO `payslivlibelle` VALUES ('4387', '254', 'FRA', 'Ras el-khaïmah');
INSERT INTO `payslivlibelle` VALUES ('4388', '255', 'FRA', 'République centrafricaine');
INSERT INTO `payslivlibelle` VALUES ('4389', '256', 'FRA', 'République dominicaine');
INSERT INTO `payslivlibelle` VALUES ('4390', '257', 'FRA', 'République tchèque');
INSERT INTO `payslivlibelle` VALUES ('4391', '258', 'FRA', 'Réunion');
INSERT INTO `payslivlibelle` VALUES ('4392', '259', 'FRA', 'Roumanie');
INSERT INTO `payslivlibelle` VALUES ('4393', '260', 'FRA', 'Russie');
INSERT INTO `payslivlibelle` VALUES ('4394', '261', 'FRA', 'Rwanda');
INSERT INTO `payslivlibelle` VALUES ('4395', '262', 'FRA', 'Saba et saint-eustache');
INSERT INTO `payslivlibelle` VALUES ('4396', '263', 'FRA', 'Sabah (nord bornéo)');
INSERT INTO `payslivlibelle` VALUES ('4397', '264', 'FRA', 'Sahara occidental');
INSERT INTO `payslivlibelle` VALUES ('4398', '265', 'FRA', 'Saint marin');
INSERT INTO `payslivlibelle` VALUES ('4399', '266', 'FRA', 'Saint-barthélemy');
INSERT INTO `payslivlibelle` VALUES ('4400', '267', 'FRA', 'Sainte lucie');
INSERT INTO `payslivlibelle` VALUES ('4401', '268', 'FRA', 'Sainte-hélène');
INSERT INTO `payslivlibelle` VALUES ('4402', '269', 'FRA', 'Saint-kitts-et-nevis');
INSERT INTO `payslivlibelle` VALUES ('4403', '270', 'FRA', 'Saint-martin (france)');
INSERT INTO `payslivlibelle` VALUES ('4404', '271', 'FRA', 'Saint-pierre et miquelon');
INSERT INTO `payslivlibelle` VALUES ('4405', '272', 'FRA', 'Saint-vincent-et-les grenadines');
INSERT INTO `payslivlibelle` VALUES ('4406', '273', 'FRA', 'Samoa');
INSERT INTO `payslivlibelle` VALUES ('4407', '274', 'FRA', 'Samoa, américain');
INSERT INTO `payslivlibelle` VALUES ('4408', '275', 'FRA', 'San andrés et providencia');
INSERT INTO `payslivlibelle` VALUES ('4409', '276', 'FRA', 'Sao tomé et principe');
INSERT INTO `payslivlibelle` VALUES ('4410', '277', 'FRA', 'Sarawak');
INSERT INTO `payslivlibelle` VALUES ('4411', '278', 'FRA', 'Sardaigne');
INSERT INTO `payslivlibelle` VALUES ('4412', '279', 'FRA', 'Sénégal');
INSERT INTO `payslivlibelle` VALUES ('4413', '280', 'FRA', 'Serbie');
INSERT INTO `payslivlibelle` VALUES ('4414', '281', 'FRA', 'Sicile');
INSERT INTO `payslivlibelle` VALUES ('4415', '282', 'FRA', 'Sierra leone');
INSERT INTO `payslivlibelle` VALUES ('4416', '283', 'FRA', 'Sikkim');
INSERT INTO `payslivlibelle` VALUES ('4417', '284', 'FRA', 'Singapour');
INSERT INTO `payslivlibelle` VALUES ('4418', '285', 'FRA', 'Sint maarten (pays-bas)');
INSERT INTO `payslivlibelle` VALUES ('4419', '286', 'FRA', 'Slovaquie');
INSERT INTO `payslivlibelle` VALUES ('4420', '287', 'FRA', 'Slovénie');
INSERT INTO `payslivlibelle` VALUES ('4421', '288', 'FRA', 'Socotra');
INSERT INTO `payslivlibelle` VALUES ('4422', '289', 'FRA', 'Somalie (somaliland italien)');
INSERT INTO `payslivlibelle` VALUES ('4423', '290', 'FRA', 'Somaliland (britannique)');
INSERT INTO `payslivlibelle` VALUES ('4424', '291', 'FRA', 'Soudan');
INSERT INTO `payslivlibelle` VALUES ('4425', '292', 'FRA', 'Soudan du sud');
INSERT INTO `payslivlibelle` VALUES ('4426', '293', 'FRA', 'Spitzberg (svalbard, bear island)');
INSERT INTO `payslivlibelle` VALUES ('4427', '294', 'FRA', 'Sri lanka (ceylan)');
INSERT INTO `payslivlibelle` VALUES ('4428', '295', 'FRA', 'Srpska');
INSERT INTO `payslivlibelle` VALUES ('4429', '296', 'FRA', 'Suède');
INSERT INTO `payslivlibelle` VALUES ('4430', '297', 'FRA', 'Sulawesi (célèbes, indonésie)');
INSERT INTO `payslivlibelle` VALUES ('4431', '298', 'FRA', 'Sumatra (indonésie)');
INSERT INTO `payslivlibelle` VALUES ('4432', '299', 'FRA', 'Surinam');
INSERT INTO `payslivlibelle` VALUES ('4433', '300', 'FRA', 'Syrie');
INSERT INTO `payslivlibelle` VALUES ('4434', '301', 'FRA', 'Tadjikistan');
INSERT INTO `payslivlibelle` VALUES ('4435', '302', 'FRA', 'Taïwan. R.o.c.');
INSERT INTO `payslivlibelle` VALUES ('4436', '303', 'FRA', 'Tanzanie');
INSERT INTO `payslivlibelle` VALUES ('4437', '304', 'FRA', 'Tasmanie');
INSERT INTO `payslivlibelle` VALUES ('4438', '305', 'FRA', 'Tchad');
INSERT INTO `payslivlibelle` VALUES ('4439', '306', 'FRA', 'Territoire antarctique britannique (péninsule antarctique, terre de graham, orcades du sud, shetland du sud)');
INSERT INTO `payslivlibelle` VALUES ('4440', '307', 'FRA', 'Territoire antarctique chilien (péninsule antarctique)');
INSERT INTO `payslivlibelle` VALUES ('4441', '308', 'FRA', 'Territoire australien de l\'antarctique (davis, heard, macquarie, mawson)');
INSERT INTO `payslivlibelle` VALUES ('4442', '309', 'FRA', 'Territoire britannique de l\'océan indien (archipel des chagos, diego garcia)');
INSERT INTO `payslivlibelle` VALUES ('4443', '310', 'FRA', 'Thaïlande');
INSERT INTO `payslivlibelle` VALUES ('4444', '311', 'FRA', 'Tibet');
INSERT INTO `payslivlibelle` VALUES ('4445', '312', 'FRA', 'Timor-leste');
INSERT INTO `payslivlibelle` VALUES ('4446', '313', 'FRA', 'Togo');
INSERT INTO `payslivlibelle` VALUES ('4447', '314', 'FRA', 'Tonga (nukualofa)');
INSERT INTO `payslivlibelle` VALUES ('4448', '315', 'FRA', 'Transnistrie (pridnestrovié)');
INSERT INTO `payslivlibelle` VALUES ('4449', '316', 'FRA', 'Trinité-et-tobago');
INSERT INTO `payslivlibelle` VALUES ('4450', '317', 'FRA', 'Tristan da cunha');
INSERT INTO `payslivlibelle` VALUES ('4451', '318', 'FRA', 'Tunisie');
INSERT INTO `payslivlibelle` VALUES ('4452', '319', 'FRA', 'Turkménistan');
INSERT INTO `payslivlibelle` VALUES ('4453', '320', 'FRA', 'Tuvalu (île d\'ellice, funafuti, vaitapu)');
INSERT INTO `payslivlibelle` VALUES ('4454', '321', 'FRA', 'Ukraine');
INSERT INTO `payslivlibelle` VALUES ('4455', '322', 'FRA', 'Umm al qaiwain');
INSERT INTO `payslivlibelle` VALUES ('4456', '323', 'FRA', 'Uruguay');
INSERT INTO `payslivlibelle` VALUES ('4457', '324', 'FRA', 'Vanuatu (îles nouvelles hébrides)');
INSERT INTO `payslivlibelle` VALUES ('4458', '325', 'FRA', 'Venezuela');
INSERT INTO `payslivlibelle` VALUES ('4459', '326', 'FRA', 'Viêt nam');
INSERT INTO `payslivlibelle` VALUES ('4460', '327', 'FRA', 'Yémen');
INSERT INTO `payslivlibelle` VALUES ('4461', '328', 'FRA', 'Zambie');
INSERT INTO `payslivlibelle` VALUES ('4462', '329', 'FRA', 'Zanzibar');
INSERT INTO `payslivlibelle` VALUES ('4463', '330', 'FRA', 'Zil elwannyen sesel (aldabra, îles amirantes, farquhar)');
INSERT INTO `payslivlibelle` VALUES ('4464', '331', 'FRA', 'Zimbabwe');
INSERT INTO `payslivlibelle` VALUES ('4465', '1', 'ENG', 'Abkhazia');
INSERT INTO `payslivlibelle` VALUES ('4466', '2', 'ENG', 'Abu dhabi');
INSERT INTO `payslivlibelle` VALUES ('4467', '3', 'ENG', 'Afghanistan');
INSERT INTO `payslivlibelle` VALUES ('4468', '4', 'ENG', 'South africa');
INSERT INTO `payslivlibelle` VALUES ('4469', '5', 'ENG', 'Ajman');
INSERT INTO `payslivlibelle` VALUES ('4470', '6', 'ENG', 'Alaska');
INSERT INTO `payslivlibelle` VALUES ('4471', '7', 'ENG', 'Albania');
INSERT INTO `payslivlibelle` VALUES ('4472', '8', 'ENG', 'Algeria');
INSERT INTO `payslivlibelle` VALUES ('4473', '9', 'ENG', 'Germany');
INSERT INTO `payslivlibelle` VALUES ('4474', '10', 'ENG', 'Andorra');
INSERT INTO `payslivlibelle` VALUES ('4475', '11', 'ENG', 'England');
INSERT INTO `payslivlibelle` VALUES ('4476', '12', 'ENG', 'Angola');
INSERT INTO `payslivlibelle` VALUES ('4477', '13', 'ENG', 'Anguilla');
INSERT INTO `payslivlibelle` VALUES ('4478', '14', 'ENG', 'Argentine antarctica (antarctic peninsula)');
INSERT INTO `payslivlibelle` VALUES ('4479', '15', 'ENG', 'French antarctica (adélie, kerguelen)');
INSERT INTO `payslivlibelle` VALUES ('4480', '16', 'ENG', 'New zealand antarctica (ross dependency)');
INSERT INTO `payslivlibelle` VALUES ('4481', '17', 'ENG', 'Antigua and barbuda');
INSERT INTO `payslivlibelle` VALUES ('4482', '18', 'ENG', 'Saudi arabia');
INSERT INTO `payslivlibelle` VALUES ('4483', '19', 'ENG', 'Bismarck archipelago (admiralty islands, bougainville, new britain, new ireland)');
INSERT INTO `payslivlibelle` VALUES ('4484', '20', 'ENG', 'Argentina');
INSERT INTO `payslivlibelle` VALUES ('4485', '21', 'ENG', 'Armenia');
INSERT INTO `payslivlibelle` VALUES ('4486', '22', 'ENG', 'Aruba');
INSERT INTO `payslivlibelle` VALUES ('4487', '23', 'ENG', 'Ascension');
INSERT INTO `payslivlibelle` VALUES ('4488', '24', 'ENG', 'Australia');
INSERT INTO `payslivlibelle` VALUES ('4489', '25', 'ENG', 'Azerbaijan');
INSERT INTO `payslivlibelle` VALUES ('4490', '26', 'ENG', 'Bahamas');
INSERT INTO `payslivlibelle` VALUES ('4491', '27', 'ENG', 'Bahrain');
INSERT INTO `payslivlibelle` VALUES ('4492', '28', 'ENG', 'Bangladesh');
INSERT INTO `payslivlibelle` VALUES ('4493', '29', 'ENG', 'Barbados');
INSERT INTO `payslivlibelle` VALUES ('4494', '30', 'ENG', 'Belgium');
INSERT INTO `payslivlibelle` VALUES ('4495', '31', 'ENG', 'Belize');
INSERT INTO `payslivlibelle` VALUES ('4496', '32', 'ENG', 'Benign');
INSERT INTO `payslivlibelle` VALUES ('4497', '33', 'ENG', 'Bermuda');
INSERT INTO `payslivlibelle` VALUES ('4498', '34', 'ENG', 'Bhutan');
INSERT INTO `payslivlibelle` VALUES ('4499', '35', 'ENG', 'Belarus');
INSERT INTO `payslivlibelle` VALUES ('4500', '36', 'ENG', 'Bolivia');
INSERT INTO `payslivlibelle` VALUES ('4501', '37', 'ENG', 'Bonaire');
INSERT INTO `payslivlibelle` VALUES ('4502', '38', 'ENG', 'Bosnia and herzegovina');
INSERT INTO `payslivlibelle` VALUES ('4503', '39', 'ENG', 'Botswana');
INSERT INTO `payslivlibelle` VALUES ('4504', '40', 'ENG', 'Brazil');
INSERT INTO `payslivlibelle` VALUES ('4505', '41', 'ENG', 'Brunei');
INSERT INTO `payslivlibelle` VALUES ('4506', '42', 'ENG', 'Bulgaria');
INSERT INTO `payslivlibelle` VALUES ('4507', '43', 'ENG', 'Burkina faso');
INSERT INTO `payslivlibelle` VALUES ('4508', '44', 'ENG', 'Burundi');
INSERT INTO `payslivlibelle` VALUES ('4509', '45', 'ENG', 'Cabinda');
INSERT INTO `payslivlibelle` VALUES ('4510', '46', 'ENG', 'Cashmere');
INSERT INTO `payslivlibelle` VALUES ('4511', '47', 'ENG', 'Cambodia');
INSERT INTO `payslivlibelle` VALUES ('4512', '48', 'ENG', 'Cameroon');
INSERT INTO `payslivlibelle` VALUES ('4513', '49', 'ENG', 'Canada');
INSERT INTO `payslivlibelle` VALUES ('4514', '50', 'ENG', 'Sharjah');
INSERT INTO `payslivlibelle` VALUES ('4515', '51', 'ENG', 'Chile');
INSERT INTO `payslivlibelle` VALUES ('4516', '52', 'ENG', 'China, people\'s republic');
INSERT INTO `payslivlibelle` VALUES ('4517', '53', 'ENG', 'Cyprus, fed. From turkey state');
INSERT INTO `payslivlibelle` VALUES ('4518', '54', 'ENG', 'Cyprus, republic');
INSERT INTO `payslivlibelle` VALUES ('4519', '55', 'ENG', 'Cyprus, areas of british sovereignty of akrotiri and dhekelia');
INSERT INTO `payslivlibelle` VALUES ('4520', '56', 'ENG', 'Vatican city');
INSERT INTO `payslivlibelle` VALUES ('4521', '57', 'ENG', 'Colombia');
INSERT INTO `payslivlibelle` VALUES ('4522', '58', 'ENG', 'Comoros (anjouan, grande comore, mohéli)');
INSERT INTO `payslivlibelle` VALUES ('4523', '59', 'ENG', 'Congo, republic of (brazzaville)');
INSERT INTO `payslivlibelle` VALUES ('4524', '60', 'ENG', 'Congo, alphacratic republic of (kinshasa)');
INSERT INTO `payslivlibelle` VALUES ('4525', '61', 'ENG', 'North korea');
INSERT INTO `payslivlibelle` VALUES ('4526', '62', 'ENG', 'South korea');
INSERT INTO `payslivlibelle` VALUES ('4527', '63', 'ENG', 'Costa rica');
INSERT INTO `payslivlibelle` VALUES ('4528', '64', 'ENG', 'Ivory coast (ivory coast)');
INSERT INTO `payslivlibelle` VALUES ('4529', '65', 'ENG', 'Crete');
INSERT INTO `payslivlibelle` VALUES ('4530', '66', 'ENG', 'Croatia');
INSERT INTO `payslivlibelle` VALUES ('4531', '67', 'ENG', 'Cuba');
INSERT INTO `payslivlibelle` VALUES ('4532', '68', 'ENG', 'Curacao');
INSERT INTO `payslivlibelle` VALUES ('4533', '69', 'ENG', 'Denmark');
INSERT INTO `payslivlibelle` VALUES ('4534', '70', 'ENG', 'Norwegian dependencies (bouvet, pierre I island, queen maud land)');
INSERT INTO `payslivlibelle` VALUES ('4535', '71', 'ENG', 'Djibouti');
INSERT INTO `payslivlibelle` VALUES ('4536', '72', 'ENG', 'Dominica');
INSERT INTO `payslivlibelle` VALUES ('4537', '73', 'ENG', 'Dubai');
INSERT INTO `payslivlibelle` VALUES ('4538', '74', 'ENG', 'Scotland');
INSERT INTO `payslivlibelle` VALUES ('4539', '75', 'ENG', 'Ecuador');
INSERT INTO `payslivlibelle` VALUES ('4540', '76', 'ENG', 'Eritrea');
INSERT INTO `payslivlibelle` VALUES ('4541', '77', 'ENG', 'Spain');
INSERT INTO `payslivlibelle` VALUES ('4542', '78', 'ENG', 'Estonia');
INSERT INTO `payslivlibelle` VALUES ('4543', '79', 'ENG', 'Eswatini (swaziland)');
INSERT INTO `payslivlibelle` VALUES ('4544', '80', 'ENG', 'United states (contiguous)');
INSERT INTO `payslivlibelle` VALUES ('4545', '81', 'ENG', 'Ethiopia');
INSERT INTO `payslivlibelle` VALUES ('4546', '82', 'ENG', 'Fernando de noronha');
INSERT INTO `payslivlibelle` VALUES ('4547', '83', 'ENG', 'Finland');
INSERT INTO `payslivlibelle` VALUES ('4548', '84', 'ENG', 'France');
INSERT INTO `payslivlibelle` VALUES ('4549', '85', 'ENG', 'Fujairah');
INSERT INTO `payslivlibelle` VALUES ('4550', '86', 'ENG', 'Gabon');
INSERT INTO `payslivlibelle` VALUES ('4551', '87', 'ENG', 'Gambia, the');
INSERT INTO `payslivlibelle` VALUES ('4552', '88', 'ENG', 'Georgia');
INSERT INTO `payslivlibelle` VALUES ('4553', '89', 'ENG', 'South georgia and the south sandwich islands');
INSERT INTO `payslivlibelle` VALUES ('4554', '90', 'ENG', 'Ghana');
INSERT INTO `payslivlibelle` VALUES ('4555', '91', 'ENG', 'Gibraltar');
INSERT INTO `payslivlibelle` VALUES ('4556', '92', 'ENG', 'Greece');
INSERT INTO `payslivlibelle` VALUES ('4557', '93', 'ENG', 'Grenada & dependencies (carriacou, grenadines)');
INSERT INTO `payslivlibelle` VALUES ('4558', '94', 'ENG', 'Greenland (kalaallit nunaat)');
INSERT INTO `payslivlibelle` VALUES ('4559', '95', 'ENG', 'Guadeloupe & dependencies (marie galante)');
INSERT INTO `payslivlibelle` VALUES ('4560', '96', 'ENG', 'Guam');
INSERT INTO `payslivlibelle` VALUES ('4561', '97', 'ENG', 'Guatemala');
INSERT INTO `payslivlibelle` VALUES ('4562', '98', 'ENG', 'Guernsey and dependencies (alderney, herm, sark)');
INSERT INTO `payslivlibelle` VALUES ('4563', '99', 'ENG', 'Guinea');
INSERT INTO `payslivlibelle` VALUES ('4564', '100', 'ENG', 'Equatorial guinea (bioko)');
INSERT INTO `payslivlibelle` VALUES ('4565', '101', 'ENG', 'Equatorial guinea (rio muni)');
INSERT INTO `payslivlibelle` VALUES ('4566', '102', 'ENG', 'Guinea-bissau');
INSERT INTO `payslivlibelle` VALUES ('4567', '103', 'ENG', 'Guyana');
INSERT INTO `payslivlibelle` VALUES ('4568', '104', 'ENG', 'French guiana');
INSERT INTO `payslivlibelle` VALUES ('4569', '105', 'ENG', 'Haiti');
INSERT INTO `payslivlibelle` VALUES ('4570', '106', 'ENG', 'Honduras');
INSERT INTO `payslivlibelle` VALUES ('4571', '107', 'ENG', 'Hong kong');
INSERT INTO `payslivlibelle` VALUES ('4572', '108', 'ENG', 'Hungary');
INSERT INTO `payslivlibelle` VALUES ('4573', '109', 'ENG', 'Hainan island');
INSERT INTO `payslivlibelle` VALUES ('4574', '110', 'ENG', 'Jeju island (south korea)');
INSERT INTO `payslivlibelle` VALUES ('4575', '111', 'ENG', 'Isle of man');
INSERT INTO `payslivlibelle` VALUES ('4576', '112', 'ENG', 'Midway island');
INSERT INTO `payslivlibelle` VALUES ('4577', '113', 'ENG', 'Easter island');
INSERT INTO `payslivlibelle` VALUES ('4578', '114', 'ENG', 'Wake island');
INSERT INTO `payslivlibelle` VALUES ('4579', '115', 'ENG', 'Lord howe island');
INSERT INTO `payslivlibelle` VALUES ('4580', '116', 'ENG', 'Pitcairn island');
INSERT INTO `payslivlibelle` VALUES ('4581', '117', 'ENG', 'Rodrigues island');
INSERT INTO `payslivlibelle` VALUES ('4582', '118', 'ENG', 'Prince edward island');
INSERT INTO `payslivlibelle` VALUES ('4583', '119', 'ENG', 'Aland islands');
INSERT INTO `payslivlibelle` VALUES ('4584', '120', 'ENG', 'Andaman-nicobar islands');
INSERT INTO `payslivlibelle` VALUES ('4585', '121', 'ENG', 'Austral islands');
INSERT INTO `payslivlibelle` VALUES ('4586', '122', 'ENG', 'Balearic islands (ibiza, mallorca, menorca)');
INSERT INTO `payslivlibelle` VALUES ('4587', '123', 'ENG', 'Cayman islands');
INSERT INTO `payslivlibelle` VALUES ('4588', '124', 'ENG', 'Chatham islands');
INSERT INTO `payslivlibelle` VALUES ('4589', '125', 'ENG', 'Cocos (keeling) islands');
INSERT INTO `payslivlibelle` VALUES ('4590', '126', 'ENG', 'Cook islands (aitutaki, penrhyn, rarotonga)');
INSERT INTO `payslivlibelle` VALUES ('4591', '127', 'ENG', 'North aegean islands)');
INSERT INTO `payslivlibelle` VALUES ('4592', '128', 'ENG', 'Azores islands');
INSERT INTO `payslivlibelle` VALUES ('4593', '129', 'ENG', 'Cape verde islands');
INSERT INTO `payslivlibelle` VALUES ('4594', '130', 'ENG', 'Faroe islands');
INSERT INTO `payslivlibelle` VALUES ('4595', '131', 'ENG', 'Fiji islands');
INSERT INTO `payslivlibelle` VALUES ('4596', '132', 'ENG', 'Greek islands in the aegean sea (cyclades, dodecanese,');
INSERT INTO `payslivlibelle` VALUES ('4597', '133', 'ENG', 'Hawaiian islands');
INSERT INTO `payslivlibelle` VALUES ('4598', '134', 'ENG', 'Ionian islands (corfu, etc.)');
INSERT INTO `payslivlibelle` VALUES ('4599', '135', 'ENG', 'Juan fernandez islands (robinson crusoe island)');
INSERT INTO `payslivlibelle` VALUES ('4600', '136', 'ENG', 'Marquesas islands');
INSERT INTO `payslivlibelle` VALUES ('4601', '137', 'ENG', 'Marshall islands, republic of (eniwetok, kwajalein, majuro)');
INSERT INTO `payslivlibelle` VALUES ('4602', '138', 'ENG', 'Moluccas islands');
INSERT INTO `payslivlibelle` VALUES ('4603', '139', 'ENG', 'Ryukyu islands (okinawa)');
INSERT INTO `payslivlibelle` VALUES ('4604', '140', 'ENG', 'Solomon islands (guadalcanal, new georgia, tulagi)');
INSERT INTO `payslivlibelle` VALUES ('4605', '141', 'ENG', 'Tokelau islands (atafu, fakaofu, union)');
INSERT INTO `payslivlibelle` VALUES ('4606', '142', 'ENG', 'Turks and caicos islands');
INSERT INTO `payslivlibelle` VALUES ('4607', '143', 'ENG', 'British virgin islands (tortola, etc.)');
INSERT INTO `payslivlibelle` VALUES ('4608', '144', 'ENG', 'Virgin islands, united states (sainte-croix, saint-jean, saint-thomas)');
INSERT INTO `payslivlibelle` VALUES ('4609', '145', 'ENG', 'Wallis and futuna islands');
INSERT INTO `payslivlibelle` VALUES ('4610', '146', 'ENG', 'India');
INSERT INTO `payslivlibelle` VALUES ('4611', '147', 'ENG', 'Indonesia (java)');
INSERT INTO `payslivlibelle` VALUES ('4612', '148', 'ENG', 'Iraq');
INSERT INTO `payslivlibelle` VALUES ('4613', '149', 'ENG', 'Ireland (eire)');
INSERT INTO `payslivlibelle` VALUES ('4614', '150', 'ENG', 'North ireland');
INSERT INTO `payslivlibelle` VALUES ('4615', '151', 'ENG', 'Iceland');
INSERT INTO `payslivlibelle` VALUES ('4616', '152', 'ENG', 'Israel');
INSERT INTO `payslivlibelle` VALUES ('4617', '153', 'ENG', 'Italy');
INSERT INTO `payslivlibelle` VALUES ('4618', '154', 'ENG', 'Jamaica');
INSERT INTO `payslivlibelle` VALUES ('4619', '155', 'ENG', 'Japan');
INSERT INTO `payslivlibelle` VALUES ('4620', '156', 'ENG', 'Jersey');
INSERT INTO `payslivlibelle` VALUES ('4621', '157', 'ENG', 'Jordan');
INSERT INTO `payslivlibelle` VALUES ('4622', '158', 'ENG', 'Kalimantan (indonesian borneo)');
INSERT INTO `payslivlibelle` VALUES ('4623', '159', 'ENG', 'Kaliningrad');
INSERT INTO `payslivlibelle` VALUES ('4624', '160', 'ENG', 'Kazakhstan');
INSERT INTO `payslivlibelle` VALUES ('4625', '161', 'ENG', 'Kenya');
INSERT INTO `payslivlibelle` VALUES ('4626', '162', 'ENG', 'Kyrgyzstan');
INSERT INTO `payslivlibelle` VALUES ('4627', '163', 'ENG', 'Kiribati (gilberts, tarawa, ocean island)');
INSERT INTO `payslivlibelle` VALUES ('4628', '164', 'ENG', 'Kosovo');
INSERT INTO `payslivlibelle` VALUES ('4629', '165', 'ENG', 'Kuwait');
INSERT INTO `payslivlibelle` VALUES ('4630', '166', 'ENG', 'Corsica');
INSERT INTO `payslivlibelle` VALUES ('4631', '167', 'ENG', 'Russia in asia (including siberia)');
INSERT INTO `payslivlibelle` VALUES ('4632', '168', 'ENG', 'Switzerland');
INSERT INTO `payslivlibelle` VALUES ('4633', '169', 'ENG', 'Turkey in asia (anatolia, ankara, izmir)');
INSERT INTO `payslivlibelle` VALUES ('4634', '170', 'ENG', 'Turkey in europe (istanbul)');
INSERT INTO `payslivlibelle` VALUES ('4635', '171', 'ENG', 'Lakshadweep');
INSERT INTO `payslivlibelle` VALUES ('4636', '172', 'ENG', 'Lampedusa');
INSERT INTO `payslivlibelle` VALUES ('4637', '173', 'ENG', 'Laos');
INSERT INTO `payslivlibelle` VALUES ('4638', '174', 'ENG', 'Austria');
INSERT INTO `payslivlibelle` VALUES ('4639', '175', 'ENG', 'Portugal');
INSERT INTO `payslivlibelle` VALUES ('4640', '176', 'ENG', 'El salvador');
INSERT INTO `payslivlibelle` VALUES ('4641', '177', 'ENG', 'Egypt in africa');
INSERT INTO `payslivlibelle` VALUES ('4642', '178', 'ENG', 'Egypt in asia (sinai peninsula)');
INSERT INTO `payslivlibelle` VALUES ('4643', '179', 'ENG', 'The canary islands');
INSERT INTO `payslivlibelle` VALUES ('4644', '180', 'ENG', 'The falkland islands');
INSERT INTO `payslivlibelle` VALUES ('4645', '181', 'ENG', 'The galapagos islands');
INSERT INTO `payslivlibelle` VALUES ('4646', '182', 'ENG', 'Seychelles');
INSERT INTO `payslivlibelle` VALUES ('4647', '183', 'ENG', 'Lesotho');
INSERT INTO `payslivlibelle` VALUES ('4648', '184', 'ENG', 'Latvia');
INSERT INTO `payslivlibelle` VALUES ('4649', '185', 'ENG', 'Lebanon');
INSERT INTO `payslivlibelle` VALUES ('4650', '186', 'ENG', 'Liberia');
INSERT INTO `payslivlibelle` VALUES ('4651', '187', 'ENG', 'Libya');
INSERT INTO `payslivlibelle` VALUES ('4652', '188', 'ENG', 'Liechtenstein');
INSERT INTO `payslivlibelle` VALUES ('4653', '189', 'ENG', 'Christmas island');
INSERT INTO `payslivlibelle` VALUES ('4654', '190', 'ENG', 'Norfolk island');
INSERT INTO `payslivlibelle` VALUES ('4655', '191', 'ENG', 'Line / phoenix islands (canton, christmas, enderbury, fanning)');
INSERT INTO `payslivlibelle` VALUES ('4656', '192', 'ENG', 'Iran');
INSERT INTO `payslivlibelle` VALUES ('4657', '193', 'ENG', 'Lithuania');
INSERT INTO `payslivlibelle` VALUES ('4658', '194', 'ENG', 'Luxembourg');
INSERT INTO `payslivlibelle` VALUES ('4659', '195', 'ENG', 'Macau');
INSERT INTO `payslivlibelle` VALUES ('4660', '196', 'ENG', 'North macedonia');
INSERT INTO `payslivlibelle` VALUES ('4661', '197', 'ENG', 'Madagascar');
INSERT INTO `payslivlibelle` VALUES ('4662', '198', 'ENG', 'Madeira');
INSERT INTO `payslivlibelle` VALUES ('4663', '199', 'ENG', 'Malaysia');
INSERT INTO `payslivlibelle` VALUES ('4664', '200', 'ENG', 'Malawi');
INSERT INTO `payslivlibelle` VALUES ('4665', '201', 'ENG', 'Maldives');
INSERT INTO `payslivlibelle` VALUES ('4666', '202', 'ENG', 'Mali');
INSERT INTO `payslivlibelle` VALUES ('4667', '203', 'ENG', 'Malta');
INSERT INTO `payslivlibelle` VALUES ('4668', '204', 'ENG', 'Northern marianas (saipan, tinian)');
INSERT INTO `payslivlibelle` VALUES ('4669', '205', 'ENG', 'Morocco');
INSERT INTO `payslivlibelle` VALUES ('4670', '206', 'ENG', 'Morocco, spanish (ceuta, melilla)');
INSERT INTO `payslivlibelle` VALUES ('4671', '207', 'ENG', 'Martinique');
INSERT INTO `payslivlibelle` VALUES ('4672', '208', 'ENG', 'Mauritius & outbuildings (agalega, st. Brandon)');
INSERT INTO `payslivlibelle` VALUES ('4673', '209', 'ENG', 'Mauritania');
INSERT INTO `payslivlibelle` VALUES ('4674', '210', 'ENG', 'Mayotte (dzaoudzi)');
INSERT INTO `payslivlibelle` VALUES ('4675', '211', 'ENG', 'Mexico');
INSERT INTO `payslivlibelle` VALUES ('4676', '212', 'ENG', 'Micronesia, federated states of (caroline islands, chuuk, kosrae, pohnpei, yap)');
INSERT INTO `payslivlibelle` VALUES ('4677', '213', 'ENG', 'Moldova');
INSERT INTO `payslivlibelle` VALUES ('4678', '214', 'ENG', 'Monaco');
INSERT INTO `payslivlibelle` VALUES ('4679', '215', 'ENG', 'Mongolia, republic');
INSERT INTO `payslivlibelle` VALUES ('4680', '216', 'ENG', 'Montenegro');
INSERT INTO `payslivlibelle` VALUES ('4681', '217', 'ENG', 'Montserrat');
INSERT INTO `payslivlibelle` VALUES ('4682', '218', 'ENG', 'Mozambique');
INSERT INTO `payslivlibelle` VALUES ('4683', '219', 'ENG', 'Myanmar (burma)');
INSERT INTO `payslivlibelle` VALUES ('4684', '220', 'ENG', 'Nakhichevan');
INSERT INTO `payslivlibelle` VALUES ('4685', '221', 'ENG', 'Namibia');
INSERT INTO `payslivlibelle` VALUES ('4686', '222', 'ENG', 'Nauru');
INSERT INTO `payslivlibelle` VALUES ('4687', '223', 'ENG', 'Nepal');
INSERT INTO `payslivlibelle` VALUES ('4688', '224', 'ENG', 'Nicaragua');
INSERT INTO `payslivlibelle` VALUES ('4689', '225', 'ENG', 'Niger');
INSERT INTO `payslivlibelle` VALUES ('4690', '226', 'ENG', 'Nigeria');
INSERT INTO `payslivlibelle` VALUES ('4691', '227', 'ENG', 'Niue');
INSERT INTO `payslivlibelle` VALUES ('4692', '228', 'ENG', 'Norway');
INSERT INTO `payslivlibelle` VALUES ('4693', '229', 'ENG', 'New caledonia & dependencies (l\'île-des-pins, loyalty islands)');
INSERT INTO `payslivlibelle` VALUES ('4694', '230', 'ENG', 'New zealand');
INSERT INTO `payslivlibelle` VALUES ('4695', '231', 'ENG', 'Nueva esparta (margaret island)');
INSERT INTO `payslivlibelle` VALUES ('4696', '232', 'ENG', 'Atlantic ocean (14)');
INSERT INTO `payslivlibelle` VALUES ('4697', '233', 'ENG', 'Ogasawara (bonin, iwo jima, volcanic island)');
INSERT INTO `payslivlibelle` VALUES ('4698', '234', 'ENG', 'Oman');
INSERT INTO `payslivlibelle` VALUES ('4699', '235', 'ENG', 'South ossetia');
INSERT INTO `payslivlibelle` VALUES ('4700', '236', 'ENG', 'Uganda');
INSERT INTO `payslivlibelle` VALUES ('4701', '237', 'ENG', 'Uzbekistan');
INSERT INTO `payslivlibelle` VALUES ('4702', '238', 'ENG', 'Pakistan');
INSERT INTO `payslivlibelle` VALUES ('4703', '239', 'ENG', 'Palau, republic of');
INSERT INTO `payslivlibelle` VALUES ('4704', '240', 'ENG', 'Palestine');
INSERT INTO `payslivlibelle` VALUES ('4705', '241', 'ENG', 'Panama');
INSERT INTO `payslivlibelle` VALUES ('4706', '242', 'ENG', 'Papua (irian jaya)');
INSERT INTO `payslivlibelle` VALUES ('4707', '243', 'ENG', 'Papua new guinea');
INSERT INTO `payslivlibelle` VALUES ('4708', '244', 'ENG', 'Paraguay');
INSERT INTO `payslivlibelle` VALUES ('4709', '245', 'ENG', 'Wales');
INSERT INTO `payslivlibelle` VALUES ('4710', '246', 'ENG', 'Netherlands');
INSERT INTO `payslivlibelle` VALUES ('4711', '247', 'ENG', 'Peru');
INSERT INTO `payslivlibelle` VALUES ('4712', '248', 'ENG', 'Small sunda islands (bali, timor, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('4713', '249', 'ENG', 'Philippines');
INSERT INTO `payslivlibelle` VALUES ('4714', '250', 'ENG', 'Poland');
INSERT INTO `payslivlibelle` VALUES ('4715', '251', 'ENG', 'French polynesia (gambier, tahiti, tuamotu)');
INSERT INTO `payslivlibelle` VALUES ('4716', '252', 'ENG', 'Porto rico');
INSERT INTO `payslivlibelle` VALUES ('4717', '253', 'ENG', 'Qatar');
INSERT INTO `payslivlibelle` VALUES ('4718', '254', 'ENG', 'Ras al-khaimah');
INSERT INTO `payslivlibelle` VALUES ('4719', '255', 'ENG', 'Central african republic');
INSERT INTO `payslivlibelle` VALUES ('4720', '256', 'ENG', 'Dominican republic');
INSERT INTO `payslivlibelle` VALUES ('4721', '257', 'ENG', 'Czech republic');
INSERT INTO `payslivlibelle` VALUES ('4722', '258', 'ENG', 'Meeting');
INSERT INTO `payslivlibelle` VALUES ('4723', '259', 'ENG', 'Romania');
INSERT INTO `payslivlibelle` VALUES ('4724', '260', 'ENG', 'Russia');
INSERT INTO `payslivlibelle` VALUES ('4725', '261', 'ENG', 'Rwanda');
INSERT INTO `payslivlibelle` VALUES ('4726', '262', 'ENG', 'Saba and saint-eustache');
INSERT INTO `payslivlibelle` VALUES ('4727', '263', 'ENG', 'Sabah (north borneo)');
INSERT INTO `payslivlibelle` VALUES ('4728', '264', 'ENG', 'Western sahara');
INSERT INTO `payslivlibelle` VALUES ('4729', '265', 'ENG', 'San marino');
INSERT INTO `payslivlibelle` VALUES ('4730', '266', 'ENG', 'St. Bartholomew');
INSERT INTO `payslivlibelle` VALUES ('4731', '267', 'ENG', 'St. Lucia');
INSERT INTO `payslivlibelle` VALUES ('4732', '268', 'ENG', 'Saint helena');
INSERT INTO `payslivlibelle` VALUES ('4733', '269', 'ENG', 'Saint kitts and nevis');
INSERT INTO `payslivlibelle` VALUES ('4734', '270', 'ENG', 'Saint-martin (france)');
INSERT INTO `payslivlibelle` VALUES ('4735', '271', 'ENG', 'Saint-pierre and miquelon');
INSERT INTO `payslivlibelle` VALUES ('4736', '272', 'ENG', 'Saint vincent and the grenadines');
INSERT INTO `payslivlibelle` VALUES ('4737', '273', 'ENG', 'Samoa');
INSERT INTO `payslivlibelle` VALUES ('4738', '274', 'ENG', 'Samoa, american');
INSERT INTO `payslivlibelle` VALUES ('4739', '275', 'ENG', 'San andrés and providencia');
INSERT INTO `payslivlibelle` VALUES ('4740', '276', 'ENG', 'Sao tome and principe');
INSERT INTO `payslivlibelle` VALUES ('4741', '277', 'ENG', 'Sarawak');
INSERT INTO `payslivlibelle` VALUES ('4742', '278', 'ENG', 'Sardinia');
INSERT INTO `payslivlibelle` VALUES ('4743', '279', 'ENG', 'Senegal');
INSERT INTO `payslivlibelle` VALUES ('4744', '280', 'ENG', 'Serbia');
INSERT INTO `payslivlibelle` VALUES ('4745', '281', 'ENG', 'Sicily');
INSERT INTO `payslivlibelle` VALUES ('4746', '282', 'ENG', 'Sierra leone');
INSERT INTO `payslivlibelle` VALUES ('4747', '283', 'ENG', 'Sikkim');
INSERT INTO `payslivlibelle` VALUES ('4748', '284', 'ENG', 'Singapore');
INSERT INTO `payslivlibelle` VALUES ('4749', '285', 'ENG', 'Sint maarten (netherlands)');
INSERT INTO `payslivlibelle` VALUES ('4750', '286', 'ENG', 'Slovakia');
INSERT INTO `payslivlibelle` VALUES ('4751', '287', 'ENG', 'Slovenia');
INSERT INTO `payslivlibelle` VALUES ('4752', '288', 'ENG', 'Socotra');
INSERT INTO `payslivlibelle` VALUES ('4753', '289', 'ENG', 'Somalia (italian somaliland)');
INSERT INTO `payslivlibelle` VALUES ('4754', '290', 'ENG', 'Somaliland (british)');
INSERT INTO `payslivlibelle` VALUES ('4755', '291', 'ENG', 'Sudan');
INSERT INTO `payslivlibelle` VALUES ('4756', '292', 'ENG', 'South sudan');
INSERT INTO `payslivlibelle` VALUES ('4757', '293', 'ENG', 'Spitsbergen (svalbard, bear island)');
INSERT INTO `payslivlibelle` VALUES ('4758', '294', 'ENG', 'Sri lanka (ceylon)');
INSERT INTO `payslivlibelle` VALUES ('4759', '295', 'ENG', 'Srpska');
INSERT INTO `payslivlibelle` VALUES ('4760', '296', 'ENG', 'Sweden');
INSERT INTO `payslivlibelle` VALUES ('4761', '297', 'ENG', 'Sulawesi (celebes, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('4762', '298', 'ENG', 'Sumatra (indonesia)');
INSERT INTO `payslivlibelle` VALUES ('4763', '299', 'ENG', 'Suriname');
INSERT INTO `payslivlibelle` VALUES ('4764', '300', 'ENG', 'Syria');
INSERT INTO `payslivlibelle` VALUES ('4765', '301', 'ENG', 'Tajikistan');
INSERT INTO `payslivlibelle` VALUES ('4766', '302', 'ENG', 'Taiwan. Rock.');
INSERT INTO `payslivlibelle` VALUES ('4767', '303', 'ENG', 'Tanzania');
INSERT INTO `payslivlibelle` VALUES ('4768', '304', 'ENG', 'Tasmania');
INSERT INTO `payslivlibelle` VALUES ('4769', '305', 'ENG', 'Chad');
INSERT INTO `payslivlibelle` VALUES ('4770', '306', 'ENG', 'British antarctic territory (antarctic peninsula, graham land, south orkney, south shetland)');
INSERT INTO `payslivlibelle` VALUES ('4771', '307', 'ENG', 'Chilean antarctic territory (antarctic peninsula)');
INSERT INTO `payslivlibelle` VALUES ('4772', '308', 'ENG', 'Australian antarctic territory (davis, heard, macquarie, mawson)');
INSERT INTO `payslivlibelle` VALUES ('4773', '309', 'ENG', 'British indian ocean territory (chagos archipelago, diego garcia)');
INSERT INTO `payslivlibelle` VALUES ('4774', '310', 'ENG', 'Thailand');
INSERT INTO `payslivlibelle` VALUES ('4775', '311', 'ENG', 'Tibet');
INSERT INTO `payslivlibelle` VALUES ('4776', '312', 'ENG', 'Timor-leste');
INSERT INTO `payslivlibelle` VALUES ('4777', '313', 'ENG', 'Tonga (nukualofa)');
INSERT INTO `payslivlibelle` VALUES ('4778', '314', 'ENG', 'Togo');
INSERT INTO `payslivlibelle` VALUES ('4779', '315', 'ENG', 'Transnistria (pridnestrovie)');
INSERT INTO `payslivlibelle` VALUES ('4780', '316', 'ENG', 'Trinidad and tobago');
INSERT INTO `payslivlibelle` VALUES ('4781', '317', 'ENG', 'Tristan da cunha');
INSERT INTO `payslivlibelle` VALUES ('4782', '318', 'ENG', 'Tunisia');
INSERT INTO `payslivlibelle` VALUES ('4783', '319', 'ENG', 'Turkmenistan');
INSERT INTO `payslivlibelle` VALUES ('4784', '320', 'ENG', 'Tuvalu (ellice island, funafuti, vaitapu)');
INSERT INTO `payslivlibelle` VALUES ('4785', '321', 'ENG', 'Ukraine');
INSERT INTO `payslivlibelle` VALUES ('4786', '322', 'ENG', 'Umm al qaiwain');
INSERT INTO `payslivlibelle` VALUES ('4787', '323', 'ENG', 'Uruguay');
INSERT INTO `payslivlibelle` VALUES ('4788', '324', 'ENG', 'Vanuatu (new hebrides islands)');
INSERT INTO `payslivlibelle` VALUES ('4789', '325', 'ENG', 'Venezuela');
INSERT INTO `payslivlibelle` VALUES ('4790', '326', 'ENG', 'Vietnam');
INSERT INTO `payslivlibelle` VALUES ('4791', '327', 'ENG', 'Yemen');
INSERT INTO `payslivlibelle` VALUES ('4792', '328', 'ENG', 'Zambia');
INSERT INTO `payslivlibelle` VALUES ('4793', '329', 'ENG', 'Zanzibar');
INSERT INTO `payslivlibelle` VALUES ('4794', '330', 'ENG', 'Zil elwannyen sesel (aldabra, amirantes islands, farquhar)');
INSERT INTO `payslivlibelle` VALUES ('4795', '331', 'ENG', 'Zimbabwe');
INSERT INTO `payslivlibelle` VALUES ('4796', '1', 'ITA', 'Abkhazia');
INSERT INTO `payslivlibelle` VALUES ('4797', '2', 'ITA', 'Abu dhabi');
INSERT INTO `payslivlibelle` VALUES ('4798', '3', 'ITA', 'Afghanistan');
INSERT INTO `payslivlibelle` VALUES ('4799', '4', 'ITA', 'Sudafrica');
INSERT INTO `payslivlibelle` VALUES ('4800', '5', 'ITA', 'Ajman');
INSERT INTO `payslivlibelle` VALUES ('4801', '6', 'ITA', 'Alaska');
INSERT INTO `payslivlibelle` VALUES ('4802', '7', 'ITA', 'Albania');
INSERT INTO `payslivlibelle` VALUES ('4803', '8', 'ITA', 'Algeria');
INSERT INTO `payslivlibelle` VALUES ('4804', '9', 'ITA', 'Germania');
INSERT INTO `payslivlibelle` VALUES ('4805', '10', 'ITA', 'Andorra');
INSERT INTO `payslivlibelle` VALUES ('4806', '11', 'ITA', 'Inghilterra');
INSERT INTO `payslivlibelle` VALUES ('4807', '12', 'ITA', 'Angola');
INSERT INTO `payslivlibelle` VALUES ('4808', '13', 'ITA', 'Anguilla');
INSERT INTO `payslivlibelle` VALUES ('4809', '14', 'ITA', 'Antartide argentina (penisola antartica)');
INSERT INTO `payslivlibelle` VALUES ('4810', '15', 'ITA', 'Antartide francese (adélie, kerguelen)');
INSERT INTO `payslivlibelle` VALUES ('4811', '16', 'ITA', 'Nuova Zelanda Antartide (dipendenza rossa)');
INSERT INTO `payslivlibelle` VALUES ('4812', '17', 'ITA', 'Antigua e barbuda');
INSERT INTO `payslivlibelle` VALUES ('4813', '18', 'ITA', 'Arabia Saudita');
INSERT INTO `payslivlibelle` VALUES ('4814', '19', 'ITA', 'Arcipelago di Bismarck (isole dell ammiragliato, bougainville, nuova gran bretagna, nuova irlanda)');
INSERT INTO `payslivlibelle` VALUES ('4815', '20', 'ITA', 'Argentina');
INSERT INTO `payslivlibelle` VALUES ('4816', '21', 'ITA', 'Armenia');
INSERT INTO `payslivlibelle` VALUES ('4817', '22', 'ITA', 'Aruba');
INSERT INTO `payslivlibelle` VALUES ('4818', '23', 'ITA', 'Ascensione');
INSERT INTO `payslivlibelle` VALUES ('4819', '24', 'ITA', 'Australia');
INSERT INTO `payslivlibelle` VALUES ('4820', '25', 'ITA', 'Azerbaigian');
INSERT INTO `payslivlibelle` VALUES ('4821', '26', 'ITA', 'Bahamas');
INSERT INTO `payslivlibelle` VALUES ('4822', '27', 'ITA', 'Bahrain');
INSERT INTO `payslivlibelle` VALUES ('4823', '28', 'ITA', 'Bangladesh');
INSERT INTO `payslivlibelle` VALUES ('4824', '29', 'ITA', 'Barbados');
INSERT INTO `payslivlibelle` VALUES ('4825', '30', 'ITA', 'Belgio');
INSERT INTO `payslivlibelle` VALUES ('4826', '31', 'ITA', 'Belize');
INSERT INTO `payslivlibelle` VALUES ('4827', '32', 'ITA', 'Benegno');
INSERT INTO `payslivlibelle` VALUES ('4828', '33', 'ITA', 'Bermuda');
INSERT INTO `payslivlibelle` VALUES ('4829', '34', 'ITA', 'Bhutan');
INSERT INTO `payslivlibelle` VALUES ('4830', '35', 'ITA', 'Bielorussia');
INSERT INTO `payslivlibelle` VALUES ('4831', '36', 'ITA', 'Bolivia');
INSERT INTO `payslivlibelle` VALUES ('4832', '37', 'ITA', 'Bonaire');
INSERT INTO `payslivlibelle` VALUES ('4833', '38', 'ITA', 'Bosnia ed Erzegovina');
INSERT INTO `payslivlibelle` VALUES ('4834', '39', 'ITA', 'Botswana');
INSERT INTO `payslivlibelle` VALUES ('4835', '40', 'ITA', 'Brasile');
INSERT INTO `payslivlibelle` VALUES ('4836', '41', 'ITA', 'Brunei');
INSERT INTO `payslivlibelle` VALUES ('4837', '42', 'ITA', 'Bulgaria');
INSERT INTO `payslivlibelle` VALUES ('4838', '43', 'ITA', 'Burkina Faso');
INSERT INTO `payslivlibelle` VALUES ('4839', '44', 'ITA', 'Burundi');
INSERT INTO `payslivlibelle` VALUES ('4840', '45', 'ITA', 'Cabinda');
INSERT INTO `payslivlibelle` VALUES ('4841', '46', 'ITA', 'Cashmere');
INSERT INTO `payslivlibelle` VALUES ('4842', '47', 'ITA', 'Cambogia');
INSERT INTO `payslivlibelle` VALUES ('4843', '48', 'ITA', 'Camerun');
INSERT INTO `payslivlibelle` VALUES ('4844', '49', 'ITA', 'Canada');
INSERT INTO `payslivlibelle` VALUES ('4845', '50', 'ITA', 'Sharjah');
INSERT INTO `payslivlibelle` VALUES ('4846', '51', 'ITA', 'Cile');
INSERT INTO `payslivlibelle` VALUES ('4847', '52', 'ITA', 'Cina, repubblica popolare');
INSERT INTO `payslivlibelle` VALUES ('4848', '53', 'ITA', 'Cipro, nutrita. Dallo stato della Turchia');
INSERT INTO `payslivlibelle` VALUES ('4849', '54', 'ITA', 'Cipro, repubblica');
INSERT INTO `payslivlibelle` VALUES ('4850', '55', 'ITA', 'Cipro, aree di sovranità britannica di akrotiri e dhekelia');
INSERT INTO `payslivlibelle` VALUES ('4851', '56', 'ITA', 'Città del Vaticano');
INSERT INTO `payslivlibelle` VALUES ('4852', '57', 'ITA', 'Colombia');
INSERT INTO `payslivlibelle` VALUES ('4853', '58', 'ITA', 'Comoros (anjouan, grande comere, mohéli)');
INSERT INTO `payslivlibelle` VALUES ('4854', '59', 'ITA', 'Congo, repubblica di (brazzaville)');
INSERT INTO `payslivlibelle` VALUES ('4855', '60', 'ITA', 'Congo, repubblica alphacratica di (kinshasa)');
INSERT INTO `payslivlibelle` VALUES ('4856', '61', 'ITA', 'Corea del Nord');
INSERT INTO `payslivlibelle` VALUES ('4857', '62', 'ITA', 'Corea del Sud');
INSERT INTO `payslivlibelle` VALUES ('4858', '63', 'ITA', 'Costarica');
INSERT INTO `payslivlibelle` VALUES ('4859', '64', 'ITA', 'Costa dAvorio (costa davorio)');
INSERT INTO `payslivlibelle` VALUES ('4860', '65', 'ITA', 'Creta');
INSERT INTO `payslivlibelle` VALUES ('4861', '66', 'ITA', 'Croazia');
INSERT INTO `payslivlibelle` VALUES ('4862', '67', 'ITA', 'Cuba');
INSERT INTO `payslivlibelle` VALUES ('4863', '68', 'ITA', 'Curaçao');
INSERT INTO `payslivlibelle` VALUES ('4864', '69', 'ITA', 'Danimarca');
INSERT INTO `payslivlibelle` VALUES ('4865', '70', 'ITA', 'Dipendenze norvegesi (bouvet, isola di pierre I, terra della regina maud)');
INSERT INTO `payslivlibelle` VALUES ('4866', '71', 'ITA', 'Gibuti');
INSERT INTO `payslivlibelle` VALUES ('4867', '72', 'ITA', 'Domenica');
INSERT INTO `payslivlibelle` VALUES ('4868', '73', 'ITA', 'Dubai');
INSERT INTO `payslivlibelle` VALUES ('4869', '74', 'ITA', 'Scozia');
INSERT INTO `payslivlibelle` VALUES ('4870', '75', 'ITA', 'Ecuador');
INSERT INTO `payslivlibelle` VALUES ('4871', '76', 'ITA', 'Eritrea');
INSERT INTO `payslivlibelle` VALUES ('4872', '77', 'ITA', 'Spagna');
INSERT INTO `payslivlibelle` VALUES ('4873', '78', 'ITA', 'Estonia');
INSERT INTO `payslivlibelle` VALUES ('4874', '79', 'ITA', 'Eswatini (swaziland)');
INSERT INTO `payslivlibelle` VALUES ('4875', '80', 'ITA', 'Stati Uniti (contigui)');
INSERT INTO `payslivlibelle` VALUES ('4876', '81', 'ITA', 'Etiopia');
INSERT INTO `payslivlibelle` VALUES ('4877', '82', 'ITA', 'Fernando de noronha');
INSERT INTO `payslivlibelle` VALUES ('4878', '83', 'ITA', 'Finlandia');
INSERT INTO `payslivlibelle` VALUES ('4879', '84', 'ITA', 'Francia');
INSERT INTO `payslivlibelle` VALUES ('4880', '85', 'ITA', 'Fujairah');
INSERT INTO `payslivlibelle` VALUES ('4881', '86', 'ITA', 'Gabon');
INSERT INTO `payslivlibelle` VALUES ('4882', '87', 'ITA', 'Gambia, il');
INSERT INTO `payslivlibelle` VALUES ('4883', '88', 'ITA', 'Georgia');
INSERT INTO `payslivlibelle` VALUES ('4884', '89', 'ITA', 'Sud georgia e le isole sandwich meridionali');
INSERT INTO `payslivlibelle` VALUES ('4885', '90', 'ITA', 'Ghana');
INSERT INTO `payslivlibelle` VALUES ('4886', '91', 'ITA', 'Gibilterra');
INSERT INTO `payslivlibelle` VALUES ('4887', '92', 'ITA', 'Grecia');
INSERT INTO `payslivlibelle` VALUES ('4888', '93', 'ITA', 'Grenada e dipendenze (carriacou, grenadines)');
INSERT INTO `payslivlibelle` VALUES ('4889', '94', 'ITA', 'Groenlandia (kalaallit nunaat)');
INSERT INTO `payslivlibelle` VALUES ('4890', '95', 'ITA', 'Guadalupa e dipendenze (marie galante)');
INSERT INTO `payslivlibelle` VALUES ('4891', '96', 'ITA', 'Guam');
INSERT INTO `payslivlibelle` VALUES ('4892', '97', 'ITA', 'Guatemala');
INSERT INTO `payslivlibelle` VALUES ('4893', '98', 'ITA', 'Guernsey e le dipendenze (alderney, herm, sark)');
INSERT INTO `payslivlibelle` VALUES ('4894', '99', 'ITA', 'Guinea');
INSERT INTO `payslivlibelle` VALUES ('4895', '100', 'ITA', 'Guinea equatoriale (bioko)');
INSERT INTO `payslivlibelle` VALUES ('4896', '101', 'ITA', 'Guinea equatoriale (rio muni)');
INSERT INTO `payslivlibelle` VALUES ('4897', '102', 'ITA', 'Guinea-bissau');
INSERT INTO `payslivlibelle` VALUES ('4898', '103', 'ITA', 'Guyana');
INSERT INTO `payslivlibelle` VALUES ('4899', '104', 'ITA', 'Guiana francese');
INSERT INTO `payslivlibelle` VALUES ('4900', '105', 'ITA', 'Haiti');
INSERT INTO `payslivlibelle` VALUES ('4901', '106', 'ITA', 'Honduras');
INSERT INTO `payslivlibelle` VALUES ('4902', '107', 'ITA', 'Hong Kong');
INSERT INTO `payslivlibelle` VALUES ('4903', '108', 'ITA', 'Ungheria');
INSERT INTO `payslivlibelle` VALUES ('4904', '109', 'ITA', 'Isola di Hainan');
INSERT INTO `payslivlibelle` VALUES ('4905', '110', 'ITA', 'Isola di Jeju (corea del sud)');
INSERT INTO `payslivlibelle` VALUES ('4906', '111', 'ITA', 'Isola di man');
INSERT INTO `payslivlibelle` VALUES ('4907', '112', 'ITA', 'Isola di Midway');
INSERT INTO `payslivlibelle` VALUES ('4908', '113', 'ITA', 'Isola di Pasqua');
INSERT INTO `payslivlibelle` VALUES ('4909', '114', 'ITA', 'Wake island');
INSERT INTO `payslivlibelle` VALUES ('4910', '115', 'ITA', 'Lord howe island');
INSERT INTO `payslivlibelle` VALUES ('4911', '116', 'ITA', 'Isola di Pitcairn');
INSERT INTO `payslivlibelle` VALUES ('4912', '117', 'ITA', 'Isola di Rodrigues');
INSERT INTO `payslivlibelle` VALUES ('4913', '118', 'ITA', 'Isola del principe Edoardo');
INSERT INTO `payslivlibelle` VALUES ('4914', '119', 'ITA', 'Isole Aland');
INSERT INTO `payslivlibelle` VALUES ('4915', '120', 'ITA', 'Isole Andamane-nicobar');
INSERT INTO `payslivlibelle` VALUES ('4916', '121', 'ITA', 'Isole Australi');
INSERT INTO `payslivlibelle` VALUES ('4917', '122', 'ITA', 'Isole Baleari (ibiza, maiorca, menorca)');
INSERT INTO `payslivlibelle` VALUES ('4918', '123', 'ITA', 'Isole Cayman');
INSERT INTO `payslivlibelle` VALUES ('4919', '124', 'ITA', 'Isole Chatham');
INSERT INTO `payslivlibelle` VALUES ('4920', '125', 'ITA', 'Isole Cocos (chiglia)');
INSERT INTO `payslivlibelle` VALUES ('4921', '126', 'ITA', 'Isole Cook (aitutaki, penrhyn, rarotonga)');
INSERT INTO `payslivlibelle` VALUES ('4922', '127', 'ITA', 'Isole del Mar Egeo)');
INSERT INTO `payslivlibelle` VALUES ('4923', '128', 'ITA', 'Isole Azzorre');
INSERT INTO `payslivlibelle` VALUES ('4924', '129', 'ITA', 'Isole di Capo verde');
INSERT INTO `payslivlibelle` VALUES ('4925', '130', 'ITA', 'Isole Faroe');
INSERT INTO `payslivlibelle` VALUES ('4926', '131', 'ITA', 'Isole Figi');
INSERT INTO `payslivlibelle` VALUES ('4927', '132', 'ITA', 'Isole greche nel mar egeo (Cicladi, Dodecaneso,');
INSERT INTO `payslivlibelle` VALUES ('4928', '133', 'ITA', 'Isole hawaiane');
INSERT INTO `payslivlibelle` VALUES ('4929', '134', 'ITA', 'Isole Ionie (corfù, ecc.)');
INSERT INTO `payslivlibelle` VALUES ('4930', '135', 'ITA', 'Juan Fernandez Islands (robinson crusoe island)');
INSERT INTO `payslivlibelle` VALUES ('4931', '136', 'ITA', 'Isole Marchesi');
INSERT INTO `payslivlibelle` VALUES ('4932', '137', 'ITA', 'Isole Marshall, repubblica di (eniwetok, kwajalein, majuro)');
INSERT INTO `payslivlibelle` VALUES ('4933', '138', 'ITA', 'Isole Molucche');
INSERT INTO `payslivlibelle` VALUES ('4934', '139', 'ITA', 'Isole Ryukyu (okinawa)');
INSERT INTO `payslivlibelle` VALUES ('4935', '140', 'ITA', 'Isole Salomone (guadalcanal, nuova georgia, tulagi)');
INSERT INTO `payslivlibelle` VALUES ('4936', '141', 'ITA', 'Isole Tokelau (atafu, fakaofu, union)');
INSERT INTO `payslivlibelle` VALUES ('4937', '142', 'ITA', 'Isole Turks e Caicos');
INSERT INTO `payslivlibelle` VALUES ('4938', '143', 'ITA', 'British Virgin Islands (tortola, ecc.)');
INSERT INTO `payslivlibelle` VALUES ('4939', '144', 'ITA', 'Isole Vergini, stati uniti (sainte-croix, saint-jean, saint-thomas)');
INSERT INTO `payslivlibelle` VALUES ('4940', '145', 'ITA', 'Isole Wallis e Futuna');
INSERT INTO `payslivlibelle` VALUES ('4941', '146', 'ITA', 'India');
INSERT INTO `payslivlibelle` VALUES ('4942', '147', 'ITA', 'Indonesia (java)');
INSERT INTO `payslivlibelle` VALUES ('4943', '148', 'ITA', 'Iraq');
INSERT INTO `payslivlibelle` VALUES ('4944', '149', 'ITA', 'Irlanda (eire)');
INSERT INTO `payslivlibelle` VALUES ('4945', '150', 'ITA', 'Irlanda del Nord');
INSERT INTO `payslivlibelle` VALUES ('4946', '151', 'ITA', 'Islanda');
INSERT INTO `payslivlibelle` VALUES ('4947', '152', 'ITA', 'Israele');
INSERT INTO `payslivlibelle` VALUES ('4948', '153', 'ITA', 'Italia');
INSERT INTO `payslivlibelle` VALUES ('4949', '154', 'ITA', 'Giamaica');
INSERT INTO `payslivlibelle` VALUES ('4950', '155', 'ITA', 'Giappone');
INSERT INTO `payslivlibelle` VALUES ('4951', '156', 'ITA', 'Maglia');
INSERT INTO `payslivlibelle` VALUES ('4952', '157', 'ITA', 'Giordania');
INSERT INTO `payslivlibelle` VALUES ('4953', '158', 'ITA', 'Kalimantan (borneo indonesiano)');
INSERT INTO `payslivlibelle` VALUES ('4954', '159', 'ITA', 'Kaliningrad');
INSERT INTO `payslivlibelle` VALUES ('4955', '160', 'ITA', 'Kazakistan');
INSERT INTO `payslivlibelle` VALUES ('4956', '161', 'ITA', 'Kenya');
INSERT INTO `payslivlibelle` VALUES ('4957', '162', 'ITA', 'Kirghizistan');
INSERT INTO `payslivlibelle` VALUES ('4958', '163', 'ITA', 'Kiribati (gilberts, tarawa, ocean island)');
INSERT INTO `payslivlibelle` VALUES ('4959', '164', 'ITA', 'Kosovo');
INSERT INTO `payslivlibelle` VALUES ('4960', '165', 'ITA', 'Kuwait');
INSERT INTO `payslivlibelle` VALUES ('4961', '166', 'ITA', 'Corsica');
INSERT INTO `payslivlibelle` VALUES ('4962', '167', 'ITA', 'Russia in asia (inclusa la siberia)');
INSERT INTO `payslivlibelle` VALUES ('4963', '168', 'ITA', 'Svizzera');
INSERT INTO `payslivlibelle` VALUES ('4964', '169', 'ITA', 'Turkey in asia (anatolia, ankara, izmir)');
INSERT INTO `payslivlibelle` VALUES ('4965', '170', 'ITA', 'Turkey in europe (istanbul)');
INSERT INTO `payslivlibelle` VALUES ('4966', '171', 'ITA', 'Lakshadweep');
INSERT INTO `payslivlibelle` VALUES ('4967', '172', 'ITA', 'Lampedusa');
INSERT INTO `payslivlibelle` VALUES ('4968', '173', 'ITA', 'Laos');
INSERT INTO `payslivlibelle` VALUES ('4969', '174', 'ITA', 'Austria');
INSERT INTO `payslivlibelle` VALUES ('4970', '175', 'ITA', 'Portogallo');
INSERT INTO `payslivlibelle` VALUES ('4971', '176', 'ITA', 'El salvador');
INSERT INTO `payslivlibelle` VALUES ('4972', '177', 'ITA', 'Egitto in africa');
INSERT INTO `payslivlibelle` VALUES ('4973', '178', 'ITA', 'Egitto in asia (penisola del Sinai)');
INSERT INTO `payslivlibelle` VALUES ('4974', '179', 'ITA', 'Le isole Canarie');
INSERT INTO `payslivlibelle` VALUES ('4975', '180', 'ITA', 'Le isole Falkland');
INSERT INTO `payslivlibelle` VALUES ('4976', '181', 'ITA', 'Le isole Galapagos');
INSERT INTO `payslivlibelle` VALUES ('4977', '182', 'ITA', 'Seychelles');
INSERT INTO `payslivlibelle` VALUES ('4978', '183', 'ITA', 'Lesotho');
INSERT INTO `payslivlibelle` VALUES ('4979', '184', 'ITA', 'Lettonia');
INSERT INTO `payslivlibelle` VALUES ('4980', '185', 'ITA', 'Libano');
INSERT INTO `payslivlibelle` VALUES ('4981', '186', 'ITA', 'Liberia');
INSERT INTO `payslivlibelle` VALUES ('4982', '187', 'ITA', 'Libia');
INSERT INTO `payslivlibelle` VALUES ('4983', '188', 'ITA', 'Liechtenstein');
INSERT INTO `payslivlibelle` VALUES ('4984', '189', 'ITA', 'Isola di Natale');
INSERT INTO `payslivlibelle` VALUES ('4985', '190', 'ITA', 'Isola di Norfolk');
INSERT INTO `payslivlibelle` VALUES ('4986', '191', 'ITA', 'Line / phoenix Islands (canton, christmas, enderbury, fanning)');
INSERT INTO `payslivlibelle` VALUES ('4987', '192', 'ITA', 'Iran');
INSERT INTO `payslivlibelle` VALUES ('4988', '193', 'ITA', 'Lituania');
INSERT INTO `payslivlibelle` VALUES ('4989', '194', 'ITA', 'Lussemburgo');
INSERT INTO `payslivlibelle` VALUES ('4990', '195', 'ITA', 'Macao');
INSERT INTO `payslivlibelle` VALUES ('4991', '196', 'ITA', 'Macedonia del Nord');
INSERT INTO `payslivlibelle` VALUES ('4992', '197', 'ITA', 'Madagascar');
INSERT INTO `payslivlibelle` VALUES ('4993', '198', 'ITA', 'Madeira');
INSERT INTO `payslivlibelle` VALUES ('4994', '199', 'ITA', 'Malesia');
INSERT INTO `payslivlibelle` VALUES ('4995', '200', 'ITA', 'Malawi');
INSERT INTO `payslivlibelle` VALUES ('4996', '201', 'ITA', 'Maldive');
INSERT INTO `payslivlibelle` VALUES ('4997', '202', 'ITA', 'Mali');
INSERT INTO `payslivlibelle` VALUES ('4998', '203', 'ITA', 'Malta');
INSERT INTO `payslivlibelle` VALUES ('4999', '204', 'ITA', 'Marianas del nord (saipan, tinian)');
INSERT INTO `payslivlibelle` VALUES ('5000', '205', 'ITA', 'Marocco');
INSERT INTO `payslivlibelle` VALUES ('5001', '206', 'ITA', 'Marocco, spagnolo (ceuta, melilla)');
INSERT INTO `payslivlibelle` VALUES ('5002', '207', 'ITA', 'Martinica');
INSERT INTO `payslivlibelle` VALUES ('5003', '208', 'ITA', 'Mauritius & annessi (agalega, st. Brandon)');
INSERT INTO `payslivlibelle` VALUES ('5004', '209', 'ITA', 'Mauritania');
INSERT INTO `payslivlibelle` VALUES ('5005', '210', 'ITA', 'Mayotte (dzaoudzi)');
INSERT INTO `payslivlibelle` VALUES ('5006', '211', 'ITA', 'Messico');
INSERT INTO `payslivlibelle` VALUES ('5007', '212', 'ITA', 'Micronesia, stati federati di (isole caroline, chuuk, kosrae, pohnpei, yap)');
INSERT INTO `payslivlibelle` VALUES ('5008', '213', 'ITA', 'Moldavia');
INSERT INTO `payslivlibelle` VALUES ('5009', '214', 'ITA', 'Monaco');
INSERT INTO `payslivlibelle` VALUES ('5010', '215', 'ITA', 'Mongolia, repubblica');
INSERT INTO `payslivlibelle` VALUES ('5011', '216', 'ITA', 'Montenegro');
INSERT INTO `payslivlibelle` VALUES ('5012', '217', 'ITA', 'Monserrat');
INSERT INTO `payslivlibelle` VALUES ('5013', '218', 'ITA', 'Mozambico');
INSERT INTO `payslivlibelle` VALUES ('5014', '219', 'ITA', 'Myanmar (birmania)');
INSERT INTO `payslivlibelle` VALUES ('5015', '220', 'ITA', 'Nakhichevan');
INSERT INTO `payslivlibelle` VALUES ('5016', '221', 'ITA', 'Namibia');
INSERT INTO `payslivlibelle` VALUES ('5017', '222', 'ITA', 'Nauru');
INSERT INTO `payslivlibelle` VALUES ('5018', '223', 'ITA', 'Nepal');
INSERT INTO `payslivlibelle` VALUES ('5019', '224', 'ITA', 'Nicaragua');
INSERT INTO `payslivlibelle` VALUES ('5020', '225', 'ITA', 'Niger');
INSERT INTO `payslivlibelle` VALUES ('5021', '226', 'ITA', 'Nigeria');
INSERT INTO `payslivlibelle` VALUES ('5022', '227', 'ITA', 'Niue');
INSERT INTO `payslivlibelle` VALUES ('5023', '228', 'ITA', 'Norvegia');
INSERT INTO `payslivlibelle` VALUES ('5024', '229', 'ITA', 'Nuova caledonia e dipendenze (l\'île-des-pins, lealtà isole)');
INSERT INTO `payslivlibelle` VALUES ('5025', '230', 'ITA', 'Nuova Zelanda');
INSERT INTO `payslivlibelle` VALUES ('5026', '231', 'ITA', 'Nueva esparta (isola margherita)');
INSERT INTO `payslivlibelle` VALUES ('5027', '232', 'ITA', 'Oceano Atlantico (14)');
INSERT INTO `payslivlibelle` VALUES ('5028', '233', 'ITA', 'Ogasawara (bonin, iwo jima, isola vulcanica)');
INSERT INTO `payslivlibelle` VALUES ('5029', '234', 'ITA', 'Oman');
INSERT INTO `payslivlibelle` VALUES ('5030', '235', 'ITA', 'Ossezia meridionale');
INSERT INTO `payslivlibelle` VALUES ('5031', '236', 'ITA', 'Uganda');
INSERT INTO `payslivlibelle` VALUES ('5032', '237', 'ITA', 'Uzbekistan');
INSERT INTO `payslivlibelle` VALUES ('5033', '238', 'ITA', 'Pakistan');
INSERT INTO `payslivlibelle` VALUES ('5034', '239', 'ITA', 'Palau, repubblica di');
INSERT INTO `payslivlibelle` VALUES ('5035', '240', 'ITA', 'Palestina');
INSERT INTO `payslivlibelle` VALUES ('5036', '241', 'ITA', 'Panama');
INSERT INTO `payslivlibelle` VALUES ('5037', '242', 'ITA', 'Papua (irian jaya)');
INSERT INTO `payslivlibelle` VALUES ('5038', '243', 'ITA', 'Papua Nuova Guinea');
INSERT INTO `payslivlibelle` VALUES ('5039', '244', 'ITA', 'Paraguay');
INSERT INTO `payslivlibelle` VALUES ('5040', '245', 'ITA', 'Galles');
INSERT INTO `payslivlibelle` VALUES ('5041', '246', 'ITA', 'Paesi Bassi');
INSERT INTO `payslivlibelle` VALUES ('5042', '247', 'ITA', 'Perù');
INSERT INTO `payslivlibelle` VALUES ('5043', '248', 'ITA', 'Piccole isole della sunda (bali, timor, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5044', '249', 'ITA', 'Filippine');
INSERT INTO `payslivlibelle` VALUES ('5045', '250', 'ITA', 'Polonia');
INSERT INTO `payslivlibelle` VALUES ('5046', '251', 'ITA', 'Polinesia francese (gambier, tahiti, tuamotu)');
INSERT INTO `payslivlibelle` VALUES ('5047', '252', 'ITA', 'Porto rico');
INSERT INTO `payslivlibelle` VALUES ('5048', '253', 'ITA', 'Qatar');
INSERT INTO `payslivlibelle` VALUES ('5049', '254', 'ITA', 'Ras al-khaimah');
INSERT INTO `payslivlibelle` VALUES ('5050', '255', 'ITA', 'Repubblica Centrafricana');
INSERT INTO `payslivlibelle` VALUES ('5051', '256', 'ITA', 'Repubblica Dominicana');
INSERT INTO `payslivlibelle` VALUES ('5052', '257', 'ITA', 'Repubblica ceca');
INSERT INTO `payslivlibelle` VALUES ('5053', '258', 'ITA', 'Incontro');
INSERT INTO `payslivlibelle` VALUES ('5054', '259', 'ITA', 'Romania');
INSERT INTO `payslivlibelle` VALUES ('5055', '260', 'ITA', 'Russia');
INSERT INTO `payslivlibelle` VALUES ('5056', '261', 'ITA', 'Ruanda');
INSERT INTO `payslivlibelle` VALUES ('5057', '262', 'ITA', 'Saba e saint-eustache');
INSERT INTO `payslivlibelle` VALUES ('5058', '263', 'ITA', 'Sabah (nord borneo)');
INSERT INTO `payslivlibelle` VALUES ('5059', '264', 'ITA', 'Sahara occidentale');
INSERT INTO `payslivlibelle` VALUES ('5060', '265', 'ITA', 'San marino');
INSERT INTO `payslivlibelle` VALUES ('5061', '266', 'ITA', 'San Bartolomeo');
INSERT INTO `payslivlibelle` VALUES ('5062', '267', 'ITA', 'Santa Lucia');
INSERT INTO `payslivlibelle` VALUES ('5063', '268', 'ITA', 'Sant Elena');
INSERT INTO `payslivlibelle` VALUES ('5064', '269', 'ITA', 'Saint kitts e nevis');
INSERT INTO `payslivlibelle` VALUES ('5065', '270', 'ITA', 'Saint-martin (Francia)');
INSERT INTO `payslivlibelle` VALUES ('5066', '271', 'ITA', 'Saint-pierre e miquelon');
INSERT INTO `payslivlibelle` VALUES ('5067', '272', 'ITA', 'Saint vincent and the grenadines');
INSERT INTO `payslivlibelle` VALUES ('5068', '273', 'ITA', 'Samoa');
INSERT INTO `payslivlibelle` VALUES ('5069', '274', 'ITA', 'Samoa, americane');
INSERT INTO `payslivlibelle` VALUES ('5070', '275', 'ITA', 'San andrés e Providencia');
INSERT INTO `payslivlibelle` VALUES ('5071', '276', 'ITA', 'Sao tomo e principe');
INSERT INTO `payslivlibelle` VALUES ('5072', '277', 'ITA', 'Sarawak');
INSERT INTO `payslivlibelle` VALUES ('5073', '278', 'ITA', 'Sardegna');
INSERT INTO `payslivlibelle` VALUES ('5074', '279', 'ITA', 'Senegal');
INSERT INTO `payslivlibelle` VALUES ('5075', '280', 'ITA', 'Serbia');
INSERT INTO `payslivlibelle` VALUES ('5076', '281', 'ITA', 'Sicilia');
INSERT INTO `payslivlibelle` VALUES ('5077', '282', 'ITA', 'Sierra leone');
INSERT INTO `payslivlibelle` VALUES ('5078', '283', 'ITA', 'Sikkim');
INSERT INTO `payslivlibelle` VALUES ('5079', '284', 'ITA', 'Singapore');
INSERT INTO `payslivlibelle` VALUES ('5080', '285', 'ITA', 'Sint maarten (paesi Bassi)');
INSERT INTO `payslivlibelle` VALUES ('5081', '286', 'ITA', 'Slovacchia');
INSERT INTO `payslivlibelle` VALUES ('5082', '287', 'ITA', 'Slovenia');
INSERT INTO `payslivlibelle` VALUES ('5083', '288', 'ITA', 'Socotra');
INSERT INTO `payslivlibelle` VALUES ('5084', '289', 'ITA', 'Somalia (somalia italiana)');
INSERT INTO `payslivlibelle` VALUES ('5085', '290', 'ITA', 'Somaliland (britannico)');
INSERT INTO `payslivlibelle` VALUES ('5086', '291', 'ITA', 'Sudan');
INSERT INTO `payslivlibelle` VALUES ('5087', '292', 'ITA', 'Sudan del Sud');
INSERT INTO `payslivlibelle` VALUES ('5088', '293', 'ITA', 'Spitsbergen (svalbard, isola degli orsi)');
INSERT INTO `payslivlibelle` VALUES ('5089', '294', 'ITA', 'Sri lanka (Ceylon)');
INSERT INTO `payslivlibelle` VALUES ('5090', '295', 'ITA', 'Srpska');
INSERT INTO `payslivlibelle` VALUES ('5091', '296', 'ITA', 'Svezia');
INSERT INTO `payslivlibelle` VALUES ('5092', '297', 'ITA', 'Sulawesi (celebes, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5093', '298', 'ITA', 'Sumatra (indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5094', '299', 'ITA', 'Suriname');
INSERT INTO `payslivlibelle` VALUES ('5095', '300', 'ITA', 'Siria');
INSERT INTO `payslivlibelle` VALUES ('5096', '301', 'ITA', 'Tagikistan');
INSERT INTO `payslivlibelle` VALUES ('5097', '302', 'ITA', 'Taiwan. Rock.');
INSERT INTO `payslivlibelle` VALUES ('5098', '303', 'ITA', 'Tanzania');
INSERT INTO `payslivlibelle` VALUES ('5099', '304', 'ITA', 'Tasmania');
INSERT INTO `payslivlibelle` VALUES ('5100', '305', 'ITA', 'Ciad');
INSERT INTO `payslivlibelle` VALUES ('5101', '306', 'ITA', 'territorio antartico britannico (penisola antartica, terra di Graham, orcadi meridionali, shetland meridionali)');
INSERT INTO `payslivlibelle` VALUES ('5102', '307', 'ITA', 'Territorio antartico cileno (penisola antartica)');
INSERT INTO `payslivlibelle` VALUES ('5103', '308', 'ITA', 'Territorio antartico australiano (davis, sentito, macquarie, mawson)');
INSERT INTO `payslivlibelle` VALUES ('5104', '309', 'ITA', 'Territorio britannico dell Oceano Indiano (arcipelago di Chagos, diego garcia)');
INSERT INTO `payslivlibelle` VALUES ('5105', '310', 'ITA', 'Thailandia');
INSERT INTO `payslivlibelle` VALUES ('5106', '311', 'ITA', 'Tibet');
INSERT INTO `payslivlibelle` VALUES ('5107', '312', 'ITA', 'Timor Est');
INSERT INTO `payslivlibelle` VALUES ('5108', '313', 'ITA', 'Tonga (nukualofa)');
INSERT INTO `payslivlibelle` VALUES ('5109', '314', 'ITA', 'Togo');
INSERT INTO `payslivlibelle` VALUES ('5110', '315', 'ITA', 'Transnistria (pridnestrovie)');
INSERT INTO `payslivlibelle` VALUES ('5111', '316', 'ITA', 'Trinidad e tobago');
INSERT INTO `payslivlibelle` VALUES ('5112', '317', 'ITA', 'Tristan da cunha');
INSERT INTO `payslivlibelle` VALUES ('5113', '318', 'ITA', 'Tunisia');
INSERT INTO `payslivlibelle` VALUES ('5114', '319', 'ITA', 'Turkmenistan');
INSERT INTO `payslivlibelle` VALUES ('5115', '320', 'ITA', 'Tuval');
INSERT INTO `payslivlibelle` VALUES ('5116', '1', 'ESP', 'Abjasia');
INSERT INTO `payslivlibelle` VALUES ('5117', '2', 'ESP', 'Abu Dabi');
INSERT INTO `payslivlibelle` VALUES ('5118', '3', 'ESP', 'Afganistán');
INSERT INTO `payslivlibelle` VALUES ('5119', '4', 'ESP', 'Sudáfrica');
INSERT INTO `payslivlibelle` VALUES ('5120', '5', 'ESP', 'Ajmán');
INSERT INTO `payslivlibelle` VALUES ('5121', '6', 'ESP', 'Alaska');
INSERT INTO `payslivlibelle` VALUES ('5122', '7', 'ESP', 'Albania');
INSERT INTO `payslivlibelle` VALUES ('5123', '8', 'ESP', 'Argelia');
INSERT INTO `payslivlibelle` VALUES ('5124', '9', 'ESP', 'Alemania');
INSERT INTO `payslivlibelle` VALUES ('5125', '10', 'ESP', 'Andorra');
INSERT INTO `payslivlibelle` VALUES ('5126', '11', 'ESP', 'Inglaterra');
INSERT INTO `payslivlibelle` VALUES ('5127', '12', 'ESP', 'Angola');
INSERT INTO `payslivlibelle` VALUES ('5128', '13', 'ESP', 'Anguila');
INSERT INTO `payslivlibelle` VALUES ('5129', '14', 'ESP', 'Antártida Argentina (Península Antártica)');
INSERT INTO `payslivlibelle` VALUES ('5130', '15', 'ESP', 'Antártida francesa (adélie, kerguelen)');
INSERT INTO `payslivlibelle` VALUES ('5131', '16', 'ESP', 'Nueva Zelanda Antártida (adicción roja)');
INSERT INTO `payslivlibelle` VALUES ('5132', '17', 'ESP', 'Antigua y barbuda');
INSERT INTO `payslivlibelle` VALUES ('5133', '18', 'ESP', 'Arabia Saudita');
INSERT INTO `payslivlibelle` VALUES ('5134', '19', 'ESP', 'Archipiélago de Bismarck (islas del Almirantazgo, bougainville, nueva gran bretaña, nueva irlanda)');
INSERT INTO `payslivlibelle` VALUES ('5135', '20', 'ESP', 'Argentina');
INSERT INTO `payslivlibelle` VALUES ('5136', '21', 'ESP', 'Armenia');
INSERT INTO `payslivlibelle` VALUES ('5137', '22', 'ESP', 'Aruba');
INSERT INTO `payslivlibelle` VALUES ('5138', '23', 'ESP', 'Ascensión');
INSERT INTO `payslivlibelle` VALUES ('5139', '24', 'ESP', 'Australia');
INSERT INTO `payslivlibelle` VALUES ('5140', '25', 'ESP', 'Azerbaiyán');
INSERT INTO `payslivlibelle` VALUES ('5141', '26', 'ESP', 'Bahamas');
INSERT INTO `payslivlibelle` VALUES ('5142', '27', 'ESP', 'Bahréin');
INSERT INTO `payslivlibelle` VALUES ('5143', '28', 'ESP', 'Bangladesh');
INSERT INTO `payslivlibelle` VALUES ('5144', '29', 'ESP', 'Barbados');
INSERT INTO `payslivlibelle` VALUES ('5145', '30', 'ESP', 'Bélgica');
INSERT INTO `payslivlibelle` VALUES ('5146', '31', 'ESP', 'Belice');
INSERT INTO `payslivlibelle` VALUES ('5147', '32', 'ESP', 'Benegno');
INSERT INTO `payslivlibelle` VALUES ('5148', '33', 'ESP', 'Bermudas');
INSERT INTO `payslivlibelle` VALUES ('5149', '34', 'ESP', 'Bután');
INSERT INTO `payslivlibelle` VALUES ('5150', '35', 'ESP', 'Bielorrusia');
INSERT INTO `payslivlibelle` VALUES ('5151', '36', 'ESP', 'Bolivia');
INSERT INTO `payslivlibelle` VALUES ('5152', '37', 'ESP', 'Bonaire');
INSERT INTO `payslivlibelle` VALUES ('5153', '38', 'ESP', 'Bosnia y Herzegovina');
INSERT INTO `payslivlibelle` VALUES ('5154', '39', 'ESP', 'Botsuana');
INSERT INTO `payslivlibelle` VALUES ('5155', '40', 'ESP', 'Brasil');
INSERT INTO `payslivlibelle` VALUES ('5156', '41', 'ESP', 'Brunéi');
INSERT INTO `payslivlibelle` VALUES ('5157', '42', 'ESP', 'Bulgaria');
INSERT INTO `payslivlibelle` VALUES ('5158', '43', 'ESP', 'Burkina Faso');
INSERT INTO `payslivlibelle` VALUES ('5159', '44', 'ESP', 'Burundi');
INSERT INTO `payslivlibelle` VALUES ('5160', '45', 'ESP', 'Cabinda');
INSERT INTO `payslivlibelle` VALUES ('5161', '46', 'ESP', 'Cachemira');
INSERT INTO `payslivlibelle` VALUES ('5162', '47', 'ESP', 'Camboya');
INSERT INTO `payslivlibelle` VALUES ('5163', '48', 'ESP', 'Camerún');
INSERT INTO `payslivlibelle` VALUES ('5164', '49', 'ESP', 'Canadá');
INSERT INTO `payslivlibelle` VALUES ('5165', '50', 'ESP', 'Sharjah');
INSERT INTO `payslivlibelle` VALUES ('5166', '51', 'ESP', 'Chile');
INSERT INTO `payslivlibelle` VALUES ('5167', '52', 'ESP', 'China, república popular');
INSERT INTO `payslivlibelle` VALUES ('5168', '53', 'ESP', 'Chipre, nutrido. Del estado de Turquía');
INSERT INTO `payslivlibelle` VALUES ('5169', '54', 'ESP', 'Chipre, república');
INSERT INTO `payslivlibelle` VALUES ('5170', '55', 'ESP', 'Chipre, áreas soberanas británicas de akrotiri y dhekelia');
INSERT INTO `payslivlibelle` VALUES ('5171', '56', 'ESP', 'Ciudad del Vaticano');
INSERT INTO `payslivlibelle` VALUES ('5172', '57', 'ESP', 'Colombia');
INSERT INTO `payslivlibelle` VALUES ('5173', '58', 'ESP', 'Comoras (anjouan, grande comere, mohéli)');
INSERT INTO `payslivlibelle` VALUES ('5174', '59', 'ESP', 'Congo, república de (brazzaville)');
INSERT INTO `payslivlibelle` VALUES ('5175', '60', 'ESP', 'Congo, república alphacrática de (kinshasa)');
INSERT INTO `payslivlibelle` VALUES ('5176', '61', 'ESP', 'Corea del Norte');
INSERT INTO `payslivlibelle` VALUES ('5177', '62', 'ESP', 'Corea del Sur');
INSERT INTO `payslivlibelle` VALUES ('5178', '63', 'ESP', 'Costa Rica');
INSERT INTO `payslivlibelle` VALUES ('5179', '64', 'ESP', 'Costa dAvorio (costa davorio)');
INSERT INTO `payslivlibelle` VALUES ('5180', '65', 'ESP', 'Creta');
INSERT INTO `payslivlibelle` VALUES ('5181', '66', 'ESP', 'Croacia');
INSERT INTO `payslivlibelle` VALUES ('5182', '67', 'ESP', 'Cuba');
INSERT INTO `payslivlibelle` VALUES ('5183', '68', 'ESP', 'Curazao');
INSERT INTO `payslivlibelle` VALUES ('5184', '69', 'ESP', 'Danimarca');
INSERT INTO `payslivlibelle` VALUES ('5185', '70', 'ESP', 'Dipendenze norvegesi (bouvet, isola di pierre I, terra della regina maud)');
INSERT INTO `payslivlibelle` VALUES ('5186', '71', 'ESP', 'Gibuti');
INSERT INTO `payslivlibelle` VALUES ('5187', '72', 'ESP', 'Domenica');
INSERT INTO `payslivlibelle` VALUES ('5188', '73', 'ESP', 'Dubái');
INSERT INTO `payslivlibelle` VALUES ('5189', '74', 'ESP', 'Escocia');
INSERT INTO `payslivlibelle` VALUES ('5190', '75', 'ESP', 'Ecuador');
INSERT INTO `payslivlibelle` VALUES ('5191', '76', 'ESP', 'Eritrea');
INSERT INTO `payslivlibelle` VALUES ('5192', '77', 'ESP', 'España');
INSERT INTO `payslivlibelle` VALUES ('5193', '78', 'ESP', 'Estonia');
INSERT INTO `payslivlibelle` VALUES ('5194', '79', 'ESP', 'Esuatini (Suazilandia)');
INSERT INTO `payslivlibelle` VALUES ('5195', '80', 'ESP', 'Stati Uniti (contigui)');
INSERT INTO `payslivlibelle` VALUES ('5196', '81', 'ESP', 'Etiopía');
INSERT INTO `payslivlibelle` VALUES ('5197', '82', 'ESP', 'Fernando de noronha');
INSERT INTO `payslivlibelle` VALUES ('5198', '83', 'ESP', 'Finlandia');
INSERT INTO `payslivlibelle` VALUES ('5199', '84', 'ESP', 'Francia');
INSERT INTO `payslivlibelle` VALUES ('5200', '85', 'ESP', 'Fujairah');
INSERT INTO `payslivlibelle` VALUES ('5201', '86', 'ESP', 'Gabón');
INSERT INTO `payslivlibelle` VALUES ('5202', '87', 'ESP', 'Gambia, il');
INSERT INTO `payslivlibelle` VALUES ('5203', '88', 'ESP', 'Georgia');
INSERT INTO `payslivlibelle` VALUES ('5204', '89', 'ESP', 'Sud georgia e le isole sandwich meridionali');
INSERT INTO `payslivlibelle` VALUES ('5205', '90', 'ESP', 'Ghana');
INSERT INTO `payslivlibelle` VALUES ('5206', '91', 'ESP', 'Gibilterra');
INSERT INTO `payslivlibelle` VALUES ('5207', '92', 'ESP', 'Grecia');
INSERT INTO `payslivlibelle` VALUES ('5208', '93', 'ESP', 'Granada e dipendenze (carriacou, granadinas)');
INSERT INTO `payslivlibelle` VALUES ('5209', '94', 'ESP', 'Groenlandia (kalaallit nunaat)');
INSERT INTO `payslivlibelle` VALUES ('5210', '95', 'ESP', 'Guadalupa e dipendenze (marie galante)');
INSERT INTO `payslivlibelle` VALUES ('5211', '96', 'ESP', 'Guam');
INSERT INTO `payslivlibelle` VALUES ('5212', '97', 'ESP', 'Guatemala');
INSERT INTO `payslivlibelle` VALUES ('5213', '98', 'ESP', 'Guernsey e le dipendenze (alderney, herm, sark)');
INSERT INTO `payslivlibelle` VALUES ('5214', '99', 'ESP', 'Guinea');
INSERT INTO `payslivlibelle` VALUES ('5215', '100', 'ESP', 'Guinea ecuatorial (bioko)');
INSERT INTO `payslivlibelle` VALUES ('5216', '101', 'ESP', 'Guinea ecuatorial (rio muni)');
INSERT INTO `payslivlibelle` VALUES ('5217', '102', 'ESP', 'Guinea-bisáu');
INSERT INTO `payslivlibelle` VALUES ('5218', '103', 'ESP', 'Guyana');
INSERT INTO `payslivlibelle` VALUES ('5219', '104', 'ESP', 'Guayana francesa');
INSERT INTO `payslivlibelle` VALUES ('5220', '105', 'ESP', 'Haití');
INSERT INTO `payslivlibelle` VALUES ('5221', '106', 'ESP', 'Honduras');
INSERT INTO `payslivlibelle` VALUES ('5222', '107', 'ESP', 'Hong Kong');
INSERT INTO `payslivlibelle` VALUES ('5223', '108', 'ESP', 'Ungheria');
INSERT INTO `payslivlibelle` VALUES ('5224', '109', 'ESP', 'Isola de Hainan');
INSERT INTO `payslivlibelle` VALUES ('5225', '110', 'ESP', 'Isola di Jeju (corea del sud)');
INSERT INTO `payslivlibelle` VALUES ('5226', '111', 'ESP', 'Isola di hombre');
INSERT INTO `payslivlibelle` VALUES ('5227', '112', 'ESP', 'Isola de Midway');
INSERT INTO `payslivlibelle` VALUES ('5228', '113', 'ESP', 'Isola de Pascua');
INSERT INTO `payslivlibelle` VALUES ('5229', '114', 'ESP', 'Isla Wake');
INSERT INTO `payslivlibelle` VALUES ('5230', '115', 'ESP', 'Isla de Lord Howe');
INSERT INTO `payslivlibelle` VALUES ('5231', '116', 'ESP', 'Isola de Pitcairn');
INSERT INTO `payslivlibelle` VALUES ('5232', '117', 'ESP', 'Isola de Rodrigues');
INSERT INTO `payslivlibelle` VALUES ('5233', '118', 'ESP', 'Isola del príncipe Edoardo');
INSERT INTO `payslivlibelle` VALUES ('5234', '119', 'ESP', 'Isla Aland');
INSERT INTO `payslivlibelle` VALUES ('5235', '120', 'ESP', 'Isla Andamane-nicobar');
INSERT INTO `payslivlibelle` VALUES ('5236', '121', 'ESP', 'isla australiana');
INSERT INTO `payslivlibelle` VALUES ('5237', '122', 'ESP', 'Isole Baleari (ibiza, mallorca, menorca)');
INSERT INTO `payslivlibelle` VALUES ('5238', '123', 'ESP', 'Islas Caimán');
INSERT INTO `payslivlibelle` VALUES ('5239', '124', 'ESP', 'Isla Chatham');
INSERT INTO `payslivlibelle` VALUES ('5240', '125', 'ESP', 'Isla Cocos (chiglia)');
INSERT INTO `payslivlibelle` VALUES ('5241', '126', 'ESP', 'Isole Cook (aitutaki, penrhyn, rarotonga)');
INSERT INTO `payslivlibelle` VALUES ('5242', '127', 'ESP', 'Isla del Mar Egeo)');
INSERT INTO `payslivlibelle` VALUES ('5243', '128', 'ESP', 'Isla Azzorre');
INSERT INTO `payslivlibelle` VALUES ('5244', '129', 'ESP', 'Isla de Capo verde');
INSERT INTO `payslivlibelle` VALUES ('5245', '130', 'ESP', 'Islas Feroe');
INSERT INTO `payslivlibelle` VALUES ('5246', '131', 'ESP', 'Isole Figi');
INSERT INTO `payslivlibelle` VALUES ('5247', '132', 'ESP', 'Isole greche nel mar egeo (Cicladi, Dodecaneso,');
INSERT INTO `payslivlibelle` VALUES ('5248', '133', 'ESP', 'isla hawaiana');
INSERT INTO `payslivlibelle` VALUES ('5249', '134', 'ESP', 'Isole Ionie (corfú, etc.)');
INSERT INTO `payslivlibelle` VALUES ('5250', '135', 'ESP', 'Islas Juan Fernández (isla robinson crusoe)');
INSERT INTO `payslivlibelle` VALUES ('5251', '136', 'ESP', 'isla Marchesi');
INSERT INTO `payslivlibelle` VALUES ('5252', '137', 'ESP', 'Isole Marshall, república de (eniwetok, kwajalein, majuro)');
INSERT INTO `payslivlibelle` VALUES ('5253', '138', 'ESP', 'Isla Molucche');
INSERT INTO `payslivlibelle` VALUES ('5254', '139', 'ESP', 'isla Ryukyu (okinawa)');
INSERT INTO `payslivlibelle` VALUES ('5255', '140', 'ESP', 'Isole Salomone (guadalcanal, nuova georgia, tulagi)');
INSERT INTO `payslivlibelle` VALUES ('5256', '141', 'ESP', 'Isla Tokelau (atafu, fakaofu, unión)');
INSERT INTO `payslivlibelle` VALUES ('5257', '142', 'ESP', 'Islas Turcas y Caicos');
INSERT INTO `payslivlibelle` VALUES ('5258', '143', 'ESP', 'Islas Vírgenes Británicas (tórtola, etc.)');
INSERT INTO `payslivlibelle` VALUES ('5259', '144', 'ESP', 'Isole Vergini, stati uniti (sainte-croix, saint-jean, saint-thomas)');
INSERT INTO `payslivlibelle` VALUES ('5260', '145', 'ESP', 'Isla Wallis y Futuna');
INSERT INTO `payslivlibelle` VALUES ('5261', '146', 'ESP', 'India');
INSERT INTO `payslivlibelle` VALUES ('5262', '147', 'ESP', 'Indonesia (java)');
INSERT INTO `payslivlibelle` VALUES ('5263', '148', 'ESP', 'Irak');
INSERT INTO `payslivlibelle` VALUES ('5264', '149', 'ESP', 'Irlanda (eire)');
INSERT INTO `payslivlibelle` VALUES ('5265', '150', 'ESP', 'Irlanda del Norte');
INSERT INTO `payslivlibelle` VALUES ('5266', '151', 'ESP', 'Isla');
INSERT INTO `payslivlibelle` VALUES ('5267', '152', 'ESP', 'Israel');
INSERT INTO `payslivlibelle` VALUES ('5268', '153', 'ESP', 'Italia');
INSERT INTO `payslivlibelle` VALUES ('5269', '154', 'ESP', 'Giamaica');
INSERT INTO `payslivlibelle` VALUES ('5270', '155', 'ESP', 'Giappone');
INSERT INTO `payslivlibelle` VALUES ('5271', '156', 'ESP', 'Maglia');
INSERT INTO `payslivlibelle` VALUES ('5272', '157', 'ESP', 'Giordania');
INSERT INTO `payslivlibelle` VALUES ('5273', '158', 'ESP', 'Kalimantan (borneo indonesio)');
INSERT INTO `payslivlibelle` VALUES ('5274', '159', 'ESP', 'Kaliningrado');
INSERT INTO `payslivlibelle` VALUES ('5275', '160', 'ESP', 'Kazakistán');
INSERT INTO `payslivlibelle` VALUES ('5276', '161', 'ESP', 'Kenia');
INSERT INTO `payslivlibelle` VALUES ('5277', '162', 'ESP', 'Kirghizistán');
INSERT INTO `payslivlibelle` VALUES ('5278', '163', 'ESP', 'Kiribati (gilberts, tarawa, isla del océano)');
INSERT INTO `payslivlibelle` VALUES ('5279', '164', 'ESP', 'Kosovo');
INSERT INTO `payslivlibelle` VALUES ('5280', '165', 'ESP', 'Kuwait');
INSERT INTO `payslivlibelle` VALUES ('5281', '166', 'ESP', 'Córcega');
INSERT INTO `payslivlibelle` VALUES ('5282', '167', 'ESP', 'Rusia en asia (inclusa la siberia)');
INSERT INTO `payslivlibelle` VALUES ('5283', '168', 'ESP', 'Suiza');
INSERT INTO `payslivlibelle` VALUES ('5284', '169', 'ESP', 'Turquía en asia (anatolia, ankara, izmir)');
INSERT INTO `payslivlibelle` VALUES ('5285', '170', 'ESP', 'Turquía en europa (estambul)');
INSERT INTO `payslivlibelle` VALUES ('5286', '171', 'ESP', 'Lakshadweep');
INSERT INTO `payslivlibelle` VALUES ('5287', '172', 'ESP', 'Lampedusa');
INSERT INTO `payslivlibelle` VALUES ('5288', '173', 'ESP', 'Laos');
INSERT INTO `payslivlibelle` VALUES ('5289', '174', 'ESP', 'Austria');
INSERT INTO `payslivlibelle` VALUES ('5290', '175', 'ESP', 'Portogallo');
INSERT INTO `payslivlibelle` VALUES ('5291', '176', 'ESP', 'El salvador');
INSERT INTO `payslivlibelle` VALUES ('5292', '177', 'ESP', 'Egitto en África');
INSERT INTO `payslivlibelle` VALUES ('5293', '178', 'ESP', 'Egitto in asia (penisola del Sinai)');
INSERT INTO `payslivlibelle` VALUES ('5294', '179', 'ESP', 'La isla canaria');
INSERT INTO `payslivlibelle` VALUES ('5295', '180', 'ESP', 'Le isole Falkland');
INSERT INTO `payslivlibelle` VALUES ('5296', '181', 'ESP', 'Le isole Galápagos');
INSERT INTO `payslivlibelle` VALUES ('5297', '182', 'ESP', 'Seychelles');
INSERT INTO `payslivlibelle` VALUES ('5298', '183', 'ESP', 'Lesoto');
INSERT INTO `payslivlibelle` VALUES ('5299', '184', 'ESP', 'Letonia');
INSERT INTO `payslivlibelle` VALUES ('5300', '185', 'ESP', 'Libano');
INSERT INTO `payslivlibelle` VALUES ('5301', '186', 'ESP', 'Liberia');
INSERT INTO `payslivlibelle` VALUES ('5302', '187', 'ESP', 'Libia');
INSERT INTO `payslivlibelle` VALUES ('5303', '188', 'ESP', 'Liechtenstein');
INSERT INTO `payslivlibelle` VALUES ('5304', '189', 'ESP', 'Isola de Natale');
INSERT INTO `payslivlibelle` VALUES ('5305', '190', 'ESP', 'isla de Norfolk');
INSERT INTO `payslivlibelle` VALUES ('5306', '191', 'ESP', 'Línea / Islas Fénix (cantón, navidad, enderbury, fanning)');
INSERT INTO `payslivlibelle` VALUES ('5307', '192', 'ESP', 'Irán');
INSERT INTO `payslivlibelle` VALUES ('5308', '193', 'ESP', 'Lituania');
INSERT INTO `payslivlibelle` VALUES ('5309', '194', 'ESP', 'Luxemburgo');
INSERT INTO `payslivlibelle` VALUES ('5310', '195', 'ESP', 'Macao');
INSERT INTO `payslivlibelle` VALUES ('5311', '196', 'ESP', 'Macedonia del Norte');
INSERT INTO `payslivlibelle` VALUES ('5312', '197', 'ESP', 'Madagascar');
INSERT INTO `payslivlibelle` VALUES ('5313', '198', 'ESP', 'Madera');
INSERT INTO `payslivlibelle` VALUES ('5314', '199', 'ESP', 'Malasia');
INSERT INTO `payslivlibelle` VALUES ('5315', '200', 'ESP', 'Malaui');
INSERT INTO `payslivlibelle` VALUES ('5316', '201', 'ESP', 'Maldivas');
INSERT INTO `payslivlibelle` VALUES ('5317', '202', 'ESP', 'Malí');
INSERT INTO `payslivlibelle` VALUES ('5318', '203', 'ESP', 'Malta');
INSERT INTO `payslivlibelle` VALUES ('5319', '204', 'ESP', 'Marianas del Norte (saipan, tinian)');
INSERT INTO `payslivlibelle` VALUES ('5320', '205', 'ESP', 'Marruecos');
INSERT INTO `payslivlibelle` VALUES ('5321', '206', 'ESP', 'Marruecos, Español (ceuta, melilla)');
INSERT INTO `payslivlibelle` VALUES ('5322', '207', 'ESP', 'Martinica');
INSERT INTO `payslivlibelle` VALUES ('5323', '208', 'ESP', 'Mauricio y anexos (agalega, st. Brandon)');
INSERT INTO `payslivlibelle` VALUES ('5324', '209', 'ESP', 'Mauritania');
INSERT INTO `payslivlibelle` VALUES ('5325', '210', 'ESP', 'Mayotte (dzaoudzi)');
INSERT INTO `payslivlibelle` VALUES ('5326', '211', 'ESP', 'México');
INSERT INTO `payslivlibelle` VALUES ('5327', '212', 'ESP', 'Micronesia, estados federados de (islas carolinas, chuuk, kosrae, pohnpei, yap)');
INSERT INTO `payslivlibelle` VALUES ('5328', '213', 'ESP', 'Moldavia');
INSERT INTO `payslivlibelle` VALUES ('5329', '214', 'ESP', 'Mónaco');
INSERT INTO `payslivlibelle` VALUES ('5330', '215', 'ESP', 'Mongolia, república');
INSERT INTO `payslivlibelle` VALUES ('5331', '216', 'ESP', 'Montenegro');
INSERT INTO `payslivlibelle` VALUES ('5332', '217', 'ESP', 'Monserrat');
INSERT INTO `payslivlibelle` VALUES ('5333', '218', 'ESP', 'Mozambique');
INSERT INTO `payslivlibelle` VALUES ('5334', '219', 'ESP', 'Myanmar (Birmania)');
INSERT INTO `payslivlibelle` VALUES ('5335', '220', 'ESP', 'Najicheván');
INSERT INTO `payslivlibelle` VALUES ('5336', '221', 'ESP', 'Namibia');
INSERT INTO `payslivlibelle` VALUES ('5337', '222', 'ESP', 'Nauru');
INSERT INTO `payslivlibelle` VALUES ('5338', '223', 'ESP', 'Nepal');
INSERT INTO `payslivlibelle` VALUES ('5339', '224', 'ESP', 'Nicaragua');
INSERT INTO `payslivlibelle` VALUES ('5340', '225', 'ESP', 'Níger');
INSERT INTO `payslivlibelle` VALUES ('5341', '226', 'ESP', 'Nigeria');
INSERT INTO `payslivlibelle` VALUES ('5342', '227', 'ESP', 'Niue');
INSERT INTO `payslivlibelle` VALUES ('5343', '228', 'ESP', 'Noruega');
INSERT INTO `payslivlibelle` VALUES ('5344', '229', 'ESP', 'Nueva Caledonia y dependencias (l\'île-des-pins, islas de lealtad)');
INSERT INTO `payslivlibelle` VALUES ('5345', '230', 'ESP', 'Nueva Zelanda');
INSERT INTO `payslivlibelle` VALUES ('5346', '231', 'ESP', 'Nueva esparta (isla margarita)');
INSERT INTO `payslivlibelle` VALUES ('5347', '232', 'ESP', 'Océano Atlántico (14)');
INSERT INTO `payslivlibelle` VALUES ('5348', '233', 'ESP', 'Ogasawara (bonin, iwo jima, isla volcánica)');
INSERT INTO `payslivlibelle` VALUES ('5349', '234', 'ESP', 'Omán');
INSERT INTO `payslivlibelle` VALUES ('5350', '235', 'ESP', 'Osetia del Sur');
INSERT INTO `payslivlibelle` VALUES ('5351', '236', 'ESP', 'Uganda');
INSERT INTO `payslivlibelle` VALUES ('5352', '237', 'ESP', 'Uzbekistán');
INSERT INTO `payslivlibelle` VALUES ('5353', '238', 'ESP', 'Pakistán');
INSERT INTO `payslivlibelle` VALUES ('5354', '239', 'ESP', 'Palau, república de');
INSERT INTO `payslivlibelle` VALUES ('5355', '240', 'ESP', 'Palestina');
INSERT INTO `payslivlibelle` VALUES ('5356', '241', 'ESP', 'Panamá');
INSERT INTO `payslivlibelle` VALUES ('5357', '242', 'ESP', 'Papúa (irian jaya)');
INSERT INTO `payslivlibelle` VALUES ('5358', '243', 'ESP', 'Papúa Nueva Guinea');
INSERT INTO `payslivlibelle` VALUES ('5359', '244', 'ESP', 'Paraguay');
INSERT INTO `payslivlibelle` VALUES ('5360', '245', 'ESP', 'Gales');
INSERT INTO `payslivlibelle` VALUES ('5361', '246', 'ESP', 'Países Bajos');
INSERT INTO `payslivlibelle` VALUES ('5362', '247', 'ESP', 'Perú');
INSERT INTO `payslivlibelle` VALUES ('5363', '248', 'ESP', 'Pequeñas islas de la sonda (bali, timor, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5364', '249', 'ESP', 'Filipinas');
INSERT INTO `payslivlibelle` VALUES ('5365', '250', 'ESP', 'Polonia');
INSERT INTO `payslivlibelle` VALUES ('5366', '251', 'ESP', 'Polinesia Francesa (Gambier, Tahití, Tuamotu)');
INSERT INTO `payslivlibelle` VALUES ('5367', '252', 'ESP', 'Puerto Rico');
INSERT INTO `payslivlibelle` VALUES ('5368', '253', 'ESP', 'Catar');
INSERT INTO `payslivlibelle` VALUES ('5369', '254', 'ESP', 'Ras al-khaimah');
INSERT INTO `payslivlibelle` VALUES ('5370', '255', 'ESP', 'República Centroafricana');
INSERT INTO `payslivlibelle` VALUES ('5371', '256', 'ESP', 'República Dominicana');
INSERT INTO `payslivlibelle` VALUES ('5372', '257', 'ESP', 'República Checa');
INSERT INTO `payslivlibelle` VALUES ('5373', '258', 'ESP', 'Encuentro');
INSERT INTO `payslivlibelle` VALUES ('5374', '259', 'ESP', 'Rumanía');
INSERT INTO `payslivlibelle` VALUES ('5375', '260', 'ESP', 'Rusia');
INSERT INTO `payslivlibelle` VALUES ('5376', '261', 'ESP', 'Ruanda');
INSERT INTO `payslivlibelle` VALUES ('5377', '262', 'ESP', 'Saba y san eustache');
INSERT INTO `payslivlibelle` VALUES ('5378', '263', 'ESP', 'Sabah (norte de Borneo)');
INSERT INTO `payslivlibelle` VALUES ('5379', '264', 'ESP', 'Sáhara Occidental');
INSERT INTO `payslivlibelle` VALUES ('5380', '265', 'ESP', 'San marino');
INSERT INTO `payslivlibelle` VALUES ('5381', '266', 'ESP', 'San Bartolomeo');
INSERT INTO `payslivlibelle` VALUES ('5382', '267', 'ESP', 'Santa Lucía');
INSERT INTO `payslivlibelle` VALUES ('5383', '268', 'ESP', 'Santa Elena');
INSERT INTO `payslivlibelle` VALUES ('5384', '269', 'ESP', 'San Cristóbal y Nieves');
INSERT INTO `payslivlibelle` VALUES ('5385', '270', 'ESP', 'Saint-martin (Francia)');
INSERT INTO `payslivlibelle` VALUES ('5386', '271', 'ESP', 'San Pedro y Miquelón');
INSERT INTO `payslivlibelle` VALUES ('5387', '272', 'ESP', 'San Vicente y las Granadinas');
INSERT INTO `payslivlibelle` VALUES ('5388', '273', 'ESP', 'Samoa');
INSERT INTO `payslivlibelle` VALUES ('5389', '274', 'ESP', 'Samoa, estadounidense');
INSERT INTO `payslivlibelle` VALUES ('5390', '275', 'ESP', 'San Andrés y Providencia');
INSERT INTO `payslivlibelle` VALUES ('5391', '276', 'ESP', 'Sao tomo e principe');
INSERT INTO `payslivlibelle` VALUES ('5392', '277', 'ESP', 'Sarawak');
INSERT INTO `payslivlibelle` VALUES ('5393', '278', 'ESP', 'Cerdeña');
INSERT INTO `payslivlibelle` VALUES ('5394', '279', 'ESP', 'Senegal');
INSERT INTO `payslivlibelle` VALUES ('5395', '280', 'ESP', 'Serbia');
INSERT INTO `payslivlibelle` VALUES ('5396', '281', 'ESP', 'Sicilia');
INSERT INTO `payslivlibelle` VALUES ('5397', '282', 'ESP', 'Sierra leona');
INSERT INTO `payslivlibelle` VALUES ('5398', '283', 'ESP', 'Sikkim');
INSERT INTO `payslivlibelle` VALUES ('5399', '284', 'ESP', 'Singapur');
INSERT INTO `payslivlibelle` VALUES ('5400', '285', 'ESP', 'San Martín (Países Bajos)');
INSERT INTO `payslivlibelle` VALUES ('5401', '286', 'ESP', 'Eslovaquia');
INSERT INTO `payslivlibelle` VALUES ('5402', '287', 'ESP', 'Eslovenia');
INSERT INTO `payslivlibelle` VALUES ('5403', '288', 'ESP', 'Socotra');
INSERT INTO `payslivlibelle` VALUES ('5404', '289', 'ESP', 'Somalia (Somalia italiana)');
INSERT INTO `payslivlibelle` VALUES ('5405', '290', 'ESP', 'Somalilandia (británica)');
INSERT INTO `payslivlibelle` VALUES ('5406', '291', 'ESP', 'Sudán');
INSERT INTO `payslivlibelle` VALUES ('5407', '292', 'ESP', 'Sudán del Sur');
INSERT INTO `payslivlibelle` VALUES ('5408', '293', 'ESP', 'Spitsbergen (svalbard, isla de los osos)');
INSERT INTO `payslivlibelle` VALUES ('5409', '294', 'ESP', 'Sri lanka (Ceilán)');
INSERT INTO `payslivlibelle` VALUES ('5410', '295', 'ESP', 'Srpska');
INSERT INTO `payslivlibelle` VALUES ('5411', '296', 'ESP', 'Suecia');
INSERT INTO `payslivlibelle` VALUES ('5412', '297', 'ESP', 'Sulawesi (célebes, indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5413', '298', 'ESP', 'Sumatra (Indonesia)');
INSERT INTO `payslivlibelle` VALUES ('5414', '299', 'ESP', 'Surinam');
INSERT INTO `payslivlibelle` VALUES ('5415', '300', 'ESP', 'Siria');
INSERT INTO `payslivlibelle` VALUES ('5416', '301', 'ESP', 'Tayikistán');
INSERT INTO `payslivlibelle` VALUES ('5417', '302', 'ESP', 'Taiwán. Rock.');
INSERT INTO `payslivlibelle` VALUES ('5418', '303', 'ESP', 'Tanzania');
INSERT INTO `payslivlibelle` VALUES ('5419', '304', 'ESP', 'Tasmania');
INSERT INTO `payslivlibelle` VALUES ('5420', '305', 'ESP', 'Chad');
INSERT INTO `payslivlibelle` VALUES ('5421', '306', 'ESP', 'Territorio Antártico Británico (Península Antártica, Tierra de Graham, Orkney del Sur, Shetland del Sur)');
INSERT INTO `payslivlibelle` VALUES ('5422', '307', 'ESP', 'Territorio Antártico Chileno (Península Antártica)');
INSERT INTO `payslivlibelle` VALUES ('5423', '308', 'ESP', 'Territorio Antártico Australiano (davis, oído, macquarie, mawson)');
INSERT INTO `payslivlibelle` VALUES ('5424', '309', 'ESP', 'Territorio Británico del Océano Índico (Archipiélago de Chagos, diego garcia)');
INSERT INTO `payslivlibelle` VALUES ('5425', '310', 'ESP', 'Tailandia');
INSERT INTO `payslivlibelle` VALUES ('5426', '311', 'ESP', 'Tíbet');
INSERT INTO `payslivlibelle` VALUES ('5427', '312', 'ESP', 'Timor Oriental');
INSERT INTO `payslivlibelle` VALUES ('5428', '313', 'ESP', 'Tonga (nukualofa)');
INSERT INTO `payslivlibelle` VALUES ('5429', '314', 'ESP', 'Togo');
INSERT INTO `payslivlibelle` VALUES ('5430', '315', 'ESP', 'Transnistria (pridnestrovie)');
INSERT INTO `payslivlibelle` VALUES ('5431', '316', 'ESP', 'Trinidad y tobago');
INSERT INTO `payslivlibelle` VALUES ('5432', '317', 'ESP', 'Tristán da cunha');
INSERT INTO `payslivlibelle` VALUES ('5433', '318', 'ESP', 'Túnez');
INSERT INTO `payslivlibelle` VALUES ('5434', '319', 'ESP', 'Turkmenistán');
INSERT INTO `payslivlibelle` VALUES ('5435', '320', 'ESP', 'Tuval');
INSERT INTO `payslivlibelle` VALUES ('5436', '1', 'DEU', 'Abchasien');
INSERT INTO `payslivlibelle` VALUES ('5437', '2', 'DEU', 'Abu Dhabi');
INSERT INTO `payslivlibelle` VALUES ('5438', '3', 'DEU', 'Afghanistan');
INSERT INTO `payslivlibelle` VALUES ('5439', '4', 'DEU', 'Südafrika');
INSERT INTO `payslivlibelle` VALUES ('5440', '5', 'DEU', 'Ajman');
INSERT INTO `payslivlibelle` VALUES ('5441', '6', 'DEU', 'Alaska');
INSERT INTO `payslivlibelle` VALUES ('5442', '7', 'DEU', 'Albanisch');
INSERT INTO `payslivlibelle` VALUES ('5443', '8', 'DEU', 'Algerien');
INSERT INTO `payslivlibelle` VALUES ('5444', '9', 'DEU', 'Deutschland');
INSERT INTO `payslivlibelle` VALUES ('5445', '10', 'DEU', 'Andorra');
INSERT INTO `payslivlibelle` VALUES ('5446', '11', 'DEU', 'England');
INSERT INTO `payslivlibelle` VALUES ('5447', '12', 'DEU', 'Angola');
INSERT INTO `payslivlibelle` VALUES ('5448', '13', 'DEU', 'Aal');
INSERT INTO `payslivlibelle` VALUES ('5449', '14', 'DEU', 'Argentinische Antarktis (Antarktische Halbinsel)');
INSERT INTO `payslivlibelle` VALUES ('5450', '15', 'DEU', 'Französische Antarktis (adélie, kerguelen)');
INSERT INTO `payslivlibelle` VALUES ('5451', '16', 'DEU', 'Neuseeland Antarktis (rote Sucht)');
INSERT INTO `payslivlibelle` VALUES ('5452', '17', 'DEU', 'Antigua und Barbuda');
INSERT INTO `payslivlibelle` VALUES ('5453', '18', 'DEU', 'Saudi-Arabien');
INSERT INTO `payslivlibelle` VALUES ('5454', '19', 'DEU', 'Bismarck Archipelago (Admiralty Islands, Bougainville, New Britain, New Ireland)');
INSERT INTO `payslivlibelle` VALUES ('5455', '20', 'DEU', 'Argentinien');
INSERT INTO `payslivlibelle` VALUES ('5456', '21', 'DEU', 'Armenisch');
INSERT INTO `payslivlibelle` VALUES ('5457', '22', 'DEU', 'Aruba');
INSERT INTO `payslivlibelle` VALUES ('5458', '23', 'DEU', 'Aufstieg');
INSERT INTO `payslivlibelle` VALUES ('5459', '24', 'DEU', 'Australien');
INSERT INTO `payslivlibelle` VALUES ('5460', '25', 'DEU', 'Aserbaidschan');
INSERT INTO `payslivlibelle` VALUES ('5461', '26', 'DEU', 'Bahamas');
INSERT INTO `payslivlibelle` VALUES ('5462', '27', 'DEU', 'Bahrain');
INSERT INTO `payslivlibelle` VALUES ('5463', '28', 'DEU', 'Bangladesch');
INSERT INTO `payslivlibelle` VALUES ('5464', '29', 'DEU', 'Barbados');
INSERT INTO `payslivlibelle` VALUES ('5465', '30', 'DEU', 'Belgien');
INSERT INTO `payslivlibelle` VALUES ('5466', '31', 'DEU', 'Belize');
INSERT INTO `payslivlibelle` VALUES ('5467', '32', 'DEU', 'Gut');
INSERT INTO `payslivlibelle` VALUES ('5468', '33', 'DEU', 'Bermuda');
INSERT INTO `payslivlibelle` VALUES ('5469', '34', 'DEU', 'Bhutan');
INSERT INTO `payslivlibelle` VALUES ('5470', '35', 'DEU', 'Weißrussland');
INSERT INTO `payslivlibelle` VALUES ('5471', '36', 'DEU', 'Bolivien');
INSERT INTO `payslivlibelle` VALUES ('5472', '37', 'DEU', 'Bonaire');
INSERT INTO `payslivlibelle` VALUES ('5473', '38', 'DEU', 'Bosnien und Herzegowina');
INSERT INTO `payslivlibelle` VALUES ('5474', '39', 'DEU', 'Botsuana');
INSERT INTO `payslivlibelle` VALUES ('5475', '40', 'DEU', 'Brasilien');
INSERT INTO `payslivlibelle` VALUES ('5476', '41', 'DEU', 'Brunei');
INSERT INTO `payslivlibelle` VALUES ('5477', '42', 'DEU', 'Bulgarien');
INSERT INTO `payslivlibelle` VALUES ('5478', '43', 'DEU', 'Burkina Faso');
INSERT INTO `payslivlibelle` VALUES ('5479', '44', 'DEU', 'Burundi');
INSERT INTO `payslivlibelle` VALUES ('5480', '45', 'DEU', 'Cabinda');
INSERT INTO `payslivlibelle` VALUES ('5481', '46', 'DEU', 'Kaschmir');
INSERT INTO `payslivlibelle` VALUES ('5482', '47', 'DEU', 'Kambodscha');
INSERT INTO `payslivlibelle` VALUES ('5483', '48', 'DEU', 'Kamerun');
INSERT INTO `payslivlibelle` VALUES ('5484', '49', 'DEU', 'Kanada');
INSERT INTO `payslivlibelle` VALUES ('5485', '50', 'DEU', 'Sharjah');
INSERT INTO `payslivlibelle` VALUES ('5486', '51', 'DEU', 'Chile');
INSERT INTO `payslivlibelle` VALUES ('5487', '52', 'DEU', 'China, Volksrepublik');
INSERT INTO `payslivlibelle` VALUES ('5488', '53', 'DEU', 'Zypern, genährt. Aus dem Staat Türkei');
INSERT INTO `payslivlibelle` VALUES ('5489', '54', 'DEU', 'Zypern, Republik');
INSERT INTO `payslivlibelle` VALUES ('5490', '55', 'DEU', 'Zypern, britische Hoheitsgebiete Akrotiri und Dhekelia');
INSERT INTO `payslivlibelle` VALUES ('5491', '56', 'DEU', 'Vatikanstadt');
INSERT INTO `payslivlibelle` VALUES ('5492', '57', 'DEU', 'Kolumbien');
INSERT INTO `payslivlibelle` VALUES ('5493', '58', 'DEU', 'Komoren (anjouan, grande comere, mohéli)');
INSERT INTO `payslivlibelle` VALUES ('5494', '59', 'DEU', 'Kongo, Republik (Brazzaville)');
INSERT INTO `payslivlibelle` VALUES ('5495', '60', 'DEU', 'Kongo, Demokratische Republik (Kinshasa)');
INSERT INTO `payslivlibelle` VALUES ('5496', '61', 'DEU', 'Nordkorea');
INSERT INTO `payslivlibelle` VALUES ('5497', '62', 'DEU', 'Südkorea');
INSERT INTO `payslivlibelle` VALUES ('5498', '63', 'DEU', 'Costa Rica');
INSERT INTO `payslivlibelle` VALUES ('5499', '64', 'DEU', 'Costa d\'Avorio (Küste davorio)');
INSERT INTO `payslivlibelle` VALUES ('5500', '65', 'DEU', 'Kreta');
INSERT INTO `payslivlibelle` VALUES ('5501', '66', 'DEU', 'Kroatien');
INSERT INTO `payslivlibelle` VALUES ('5502', '67', 'DEU', 'Kuba');
INSERT INTO `payslivlibelle` VALUES ('5503', '68', 'DEU', 'Curacao');
INSERT INTO `payslivlibelle` VALUES ('5504', '69', 'DEU', 'Danimark');
INSERT INTO `payslivlibelle` VALUES ('5505', '70', 'DEU', 'Dipendenze norvegesi (bouvet, isola di pierre I, terra della regina maud)');
INSERT INTO `payslivlibelle` VALUES ('5506', '71', 'DEU', 'Gibouti');
INSERT INTO `payslivlibelle` VALUES ('5507', '72', 'DEU', 'Domenica');
INSERT INTO `payslivlibelle` VALUES ('5508', '73', 'DEU', 'Dubai');
INSERT INTO `payslivlibelle` VALUES ('5509', '74', 'DEU', 'Schottland');
INSERT INTO `payslivlibelle` VALUES ('5510', '75', 'DEU', 'Ecuador');
INSERT INTO `payslivlibelle` VALUES ('5511', '76', 'DEU', 'Eritrea');
INSERT INTO `payslivlibelle` VALUES ('5512', '77', 'DEU', 'Spanien');
INSERT INTO `payslivlibelle` VALUES ('5513', '78', 'DEU', 'Estnisch');
INSERT INTO `payslivlibelle` VALUES ('5514', '79', 'DEU', 'Eswatini (Swasiland)');
INSERT INTO `payslivlibelle` VALUES ('5515', '80', 'DEU', 'Stati Uniti (zusammenhängend)');
INSERT INTO `payslivlibelle` VALUES ('5516', '81', 'DEU', 'Äthiopien');
INSERT INTO `payslivlibelle` VALUES ('5517', '82', 'DEU', 'Fernando de noronha');
INSERT INTO `payslivlibelle` VALUES ('5518', '83', 'DEU', 'Finnland');
INSERT INTO `payslivlibelle` VALUES ('5519', '84', 'DEU', 'Frankreich');
INSERT INTO `payslivlibelle` VALUES ('5520', '85', 'DEU', 'Fujairah');
INSERT INTO `payslivlibelle` VALUES ('5521', '86', 'DEU', 'Gabun');
INSERT INTO `payslivlibelle` VALUES ('5522', '87', 'DEU', 'Gambia, krank');
INSERT INTO `payslivlibelle` VALUES ('5523', '88', 'DEU', 'Georgien');
INSERT INTO `payslivlibelle` VALUES ('5524', '89', 'DEU', 'Sud georgia e le isole sandwich meridionali');
INSERT INTO `payslivlibelle` VALUES ('5525', '90', 'DEU', 'Ghana');
INSERT INTO `payslivlibelle` VALUES ('5526', '91', 'DEU', 'Gibilterra');
INSERT INTO `payslivlibelle` VALUES ('5527', '92', 'DEU', 'Griechenland');
INSERT INTO `payslivlibelle` VALUES ('5528', '93', 'DEU', 'Granada e dipendenze (carriacou, Grenadinen)');
INSERT INTO `payslivlibelle` VALUES ('5529', '94', 'DEU', 'Grönland (kalaallit nunaat)');
INSERT INTO `payslivlibelle` VALUES ('5530', '95', 'DEU', 'Guadalupa e dipendenze (marie galante)');
INSERT INTO `payslivlibelle` VALUES ('5531', '96', 'DEU', 'Guam');
INSERT INTO `payslivlibelle` VALUES ('5532', '97', 'DEU', 'Guatemala');
INSERT INTO `payslivlibelle` VALUES ('5533', '98', 'DEU', 'Guernsey und die Dipendenze (alderney, herm, sark)');
INSERT INTO `payslivlibelle` VALUES ('5534', '99', 'DEU', 'Guinea');
INSERT INTO `payslivlibelle` VALUES ('5535', '100', 'DEU', 'Äquatorialguinea (bioko)');
INSERT INTO `payslivlibelle` VALUES ('5536', '101', 'DEU', 'Äquatorialguinea (rio muni)');
INSERT INTO `payslivlibelle` VALUES ('5537', '102', 'DEU', 'Guinea-bissau');
INSERT INTO `payslivlibelle` VALUES ('5538', '103', 'DEU', 'Guyana');
INSERT INTO `payslivlibelle` VALUES ('5539', '104', 'DEU', 'Französisch-Guayana');
INSERT INTO `payslivlibelle` VALUES ('5540', '105', 'DEU', 'Haiti');
INSERT INTO `payslivlibelle` VALUES ('5541', '106', 'DEU', 'Honduras');
INSERT INTO `payslivlibelle` VALUES ('5542', '107', 'DEU', 'Hongkong');
INSERT INTO `payslivlibelle` VALUES ('5543', '108', 'DEU', 'Ungheria');
INSERT INTO `payslivlibelle` VALUES ('5544', '109', 'DEU', 'Insel Hainan');
INSERT INTO `payslivlibelle` VALUES ('5545', '110', 'DEU', 'Isola di Jeju (südkorea)');
INSERT INTO `payslivlibelle` VALUES ('5546', '111', 'DEU', 'Isola di hombre');
INSERT INTO `payslivlibelle` VALUES ('5547', '112', 'DEU', 'Midway Island');
INSERT INTO `payslivlibelle` VALUES ('5548', '113', 'DEU', 'Osterinsel');
INSERT INTO `payslivlibelle` VALUES ('5549', '114', 'DEU', 'Wake Island');
INSERT INTO `payslivlibelle` VALUES ('5550', '115', 'DEU', 'Lord-Howe-Insel');
INSERT INTO `payslivlibelle` VALUES ('5551', '116', 'DEU', 'Pitcairninsel');
INSERT INTO `payslivlibelle` VALUES ('5552', '117', 'DEU', 'Insel Rodrigues');
INSERT INTO `payslivlibelle` VALUES ('5553', '118', 'DEU', 'Prince Edoardo Island');
INSERT INTO `payslivlibelle` VALUES ('5554', '119', 'DEU', 'Aland Island');
INSERT INTO `payslivlibelle` VALUES ('5555', '120', 'DEU', 'Andamane-Nikobaren-Insel');
INSERT INTO `payslivlibelle` VALUES ('5556', '121', 'DEU', 'Australische Insel');
INSERT INTO `payslivlibelle` VALUES ('5557', '122', 'DEU', 'Isole Baleari (ibiza, mallorca, menorca)');
INSERT INTO `payslivlibelle` VALUES ('5558', '123', 'DEU', 'Kaimaninseln');
INSERT INTO `payslivlibelle` VALUES ('5559', '124', 'DEU', 'Chatham Island');
INSERT INTO `payslivlibelle` VALUES ('5560', '125', 'DEU', 'Kokosinsel (chiglia)');
INSERT INTO `payslivlibelle` VALUES ('5561', '126', 'DEU', 'Isole Cook (Aitutaki, Penrhyn, Raratonga)');
INSERT INTO `payslivlibelle` VALUES ('5562', '127', 'DEU', 'Aegean Sea Island)');
INSERT INTO `payslivlibelle` VALUES ('5563', '128', 'DEU', 'Azzorre Island');
INSERT INTO `payslivlibelle` VALUES ('5564', '129', 'DEU', 'Kapo-Verde-Insel');
INSERT INTO `payslivlibelle` VALUES ('5565', '130', 'DEU', 'Färöer');
INSERT INTO `payslivlibelle` VALUES ('5566', '131', 'DEU', 'Isole Figi');
INSERT INTO `payslivlibelle` VALUES ('5567', '132', 'DEU', 'Isole greche in der Ägäis (Kykladen, Dodekanes,');
INSERT INTO `payslivlibelle` VALUES ('5568', '133', 'DEU', 'Hawaii-Insel');
INSERT INTO `payslivlibelle` VALUES ('5569', '134', 'DEU', 'Isole Ionie (korfu, etc.)');
INSERT INTO `payslivlibelle` VALUES ('5570', '135', 'DEU', 'Juan-Fernández-Inseln (Robinson-Crusoe-Insel)');
INSERT INTO `payslivlibelle` VALUES ('5571', '136', 'DEU', 'Insel Marchesi');
INSERT INTO `payslivlibelle` VALUES ('5572', '137', 'DEU', 'Isole Marshall, Republic of (eniwetok, kwajalein, majuro)');
INSERT INTO `payslivlibelle` VALUES ('5573', '138', 'DEU', 'Molucche Island');
INSERT INTO `payslivlibelle` VALUES ('5574', '139', 'DEU', 'Insel Ryukyu (okinawa)');
INSERT INTO `payslivlibelle` VALUES ('5575', '140', 'DEU', 'Isole Salomone (Guadalcanal, New Georgia, Tulagi)');
INSERT INTO `payslivlibelle` VALUES ('5576', '141', 'DEU', 'Insel Tokelau (atafu, fakaofu, union)');
INSERT INTO `payslivlibelle` VALUES ('5577', '142', 'DEU', 'Turks- und Caicosinseln');
INSERT INTO `payslivlibelle` VALUES ('5578', '143', 'DEU', 'British Virgin Islands (dove, etc.)');
INSERT INTO `payslivlibelle` VALUES ('5579', '144', 'DEU', 'Isole Vergini, stati uniti (Saint-Croix, Saint-Jean, Saint-Thomas)');
INSERT INTO `payslivlibelle` VALUES ('5580', '145', 'DEU', 'Wallis und Futuna Island');
INSERT INTO `payslivlibelle` VALUES ('5581', '146', 'DEU', 'Indien');
INSERT INTO `payslivlibelle` VALUES ('5582', '147', 'DEU', 'Indonesien (java)');
INSERT INTO `payslivlibelle` VALUES ('5583', '148', 'DEU', 'Irak');
INSERT INTO `payslivlibelle` VALUES ('5584', '149', 'DEU', 'Irland (irland)');
INSERT INTO `payslivlibelle` VALUES ('5585', '150', 'DEU', 'Nordirland');
INSERT INTO `payslivlibelle` VALUES ('5586', '151', 'DEU', 'Insel');
INSERT INTO `payslivlibelle` VALUES ('5587', '152', 'DEU', 'Israel');
INSERT INTO `payslivlibelle` VALUES ('5588', '153', 'DEU', 'Italien');
INSERT INTO `payslivlibelle` VALUES ('5589', '154', 'DEU', 'Giamaica');
INSERT INTO `payslivlibelle` VALUES ('5590', '155', 'DEU', 'Giappone');
INSERT INTO `payslivlibelle` VALUES ('5591', '156', 'DEU', 'Maglia');
INSERT INTO `payslivlibelle` VALUES ('5592', '157', 'DEU', 'Giordania');
INSERT INTO `payslivlibelle` VALUES ('5593', '158', 'DEU', 'Kalimantan (Indonesisch Borneo)');
INSERT INTO `payslivlibelle` VALUES ('5594', '159', 'DEU', 'Kaliningrad');
INSERT INTO `payslivlibelle` VALUES ('5595', '160', 'DEU', 'Kasakistan');
INSERT INTO `payslivlibelle` VALUES ('5596', '161', 'DEU', 'Kenia');
INSERT INTO `payslivlibelle` VALUES ('5597', '162', 'DEU', 'Kirgistan');
INSERT INTO `payslivlibelle` VALUES ('5598', '163', 'DEU', 'Kiribati (Gilberts, Tarawa, Ocean Island)');
INSERT INTO `payslivlibelle` VALUES ('5599', '164', 'DEU', 'Kosovo');
INSERT INTO `payslivlibelle` VALUES ('5600', '165', 'DEU', 'Kuwait');
INSERT INTO `payslivlibelle` VALUES ('5601', '166', 'DEU', 'Korsika');
INSERT INTO `payslivlibelle` VALUES ('5602', '167', 'DEU', 'Russland in Asien (einschließlich Sibirien)');
INSERT INTO `payslivlibelle` VALUES ('5603', '168', 'DEU', 'Schweiz');
INSERT INTO `payslivlibelle` VALUES ('5604', '169', 'DEU', 'Türkei in Asien (Anatolien, Ankara, Izmir)');
INSERT INTO `payslivlibelle` VALUES ('5605', '170', 'DEU', 'Türkei in Europa (Istanbul)');
INSERT INTO `payslivlibelle` VALUES ('5606', '171', 'DEU', 'Lakshadweep');
INSERT INTO `payslivlibelle` VALUES ('5607', '172', 'DEU', 'Lampedusa');
INSERT INTO `payslivlibelle` VALUES ('5608', '173', 'DEU', 'Laos');
INSERT INTO `payslivlibelle` VALUES ('5609', '174', 'DEU', 'Österreich');
INSERT INTO `payslivlibelle` VALUES ('5610', '175', 'DEU', 'Portugiesisch');
INSERT INTO `payslivlibelle` VALUES ('5611', '176', 'DEU', 'Der Retter');
INSERT INTO `payslivlibelle` VALUES ('5612', '177', 'DEU', 'Egitto in Afrika');
INSERT INTO `payslivlibelle` VALUES ('5613', '178', 'DEU', 'Egitto in asia (penisola del Sinai)');
INSERT INTO `payslivlibelle` VALUES ('5614', '179', 'DEU', 'Die Kanareninsel');
INSERT INTO `payslivlibelle` VALUES ('5615', '180', 'DEU', 'Le isole Falkland');
INSERT INTO `payslivlibelle` VALUES ('5616', '181', 'DEU', 'Le isole Galapagos');
INSERT INTO `payslivlibelle` VALUES ('5617', '182', 'DEU', 'Seychellen');
INSERT INTO `payslivlibelle` VALUES ('5618', '183', 'DEU', 'Lesotho');
INSERT INTO `payslivlibelle` VALUES ('5619', '184', 'DEU', 'Lettland');
INSERT INTO `payslivlibelle` VALUES ('5620', '185', 'DEU', 'Libanon');
INSERT INTO `payslivlibelle` VALUES ('5621', '186', 'DEU', 'Liberia');
INSERT INTO `payslivlibelle` VALUES ('5622', '187', 'DEU', 'Libyen');
INSERT INTO `payslivlibelle` VALUES ('5623', '188', 'DEU', 'Liechtenstein');
INSERT INTO `payslivlibelle` VALUES ('5624', '189', 'DEU', 'Isola de Natale');
INSERT INTO `payslivlibelle` VALUES ('5625', '190', 'DEU', 'Norfolkinsel');
INSERT INTO `payslivlibelle` VALUES ('5626', '191', 'DEU', 'Line/Phoenix Islands (canton, christmas, enderbury, fanning)');
INSERT INTO `payslivlibelle` VALUES ('5627', '192', 'DEU', 'Iran');
INSERT INTO `payslivlibelle` VALUES ('5628', '193', 'DEU', 'Litauen');
INSERT INTO `payslivlibelle` VALUES ('5629', '194', 'DEU', 'Luxemburg');
INSERT INTO `payslivlibelle` VALUES ('5630', '195', 'DEU', 'Macau');
INSERT INTO `payslivlibelle` VALUES ('5631', '196', 'DEU', 'Nordmazedonien');
INSERT INTO `payslivlibelle` VALUES ('5632', '197', 'DEU', 'Madagaskar');
INSERT INTO `payslivlibelle` VALUES ('5633', '198', 'DEU', 'Holz');
INSERT INTO `payslivlibelle` VALUES ('5634', '199', 'DEU', 'Malaysia');
INSERT INTO `payslivlibelle` VALUES ('5635', '200', 'DEU', 'Malawi');
INSERT INTO `payslivlibelle` VALUES ('5636', '201', 'DEU', 'Malediven');
INSERT INTO `payslivlibelle` VALUES ('5637', '202', 'DEU', 'Mali');
INSERT INTO `payslivlibelle` VALUES ('5638', '203', 'DEU', 'Malta');
INSERT INTO `payslivlibelle` VALUES ('5639', '204', 'DEU', 'Nördliche Marianen (saipan, tinian)');
INSERT INTO `payslivlibelle` VALUES ('5640', '205', 'DEU', 'Marokko');
INSERT INTO `payslivlibelle` VALUES ('5641', '206', 'DEU', 'Marokko, Spanisch (ceuta, melilla)');
INSERT INTO `payslivlibelle` VALUES ('5642', '207', 'DEU', 'Martinique');
INSERT INTO `payslivlibelle` VALUES ('5643', '208', 'DEU', 'Mauritius und Anhänge (Agalega, St. Brandon)');
INSERT INTO `payslivlibelle` VALUES ('5644', '209', 'DEU', 'Mauretanien');
INSERT INTO `payslivlibelle` VALUES ('5645', '210', 'DEU', 'Mayotte (dzaoudzi)');
INSERT INTO `payslivlibelle` VALUES ('5646', '211', 'DEU', 'Mexiko');
INSERT INTO `payslivlibelle` VALUES ('5647', '212', 'DEU', 'Mikronesien, Föderierte Staaten von (Karolinen, Chuuk, Kosrae, Pohnpei, Yap)');
INSERT INTO `payslivlibelle` VALUES ('5648', '213', 'DEU', 'Moldawien');
INSERT INTO `payslivlibelle` VALUES ('5649', '214', 'DEU', 'Monaco');
INSERT INTO `payslivlibelle` VALUES ('5650', '215', 'DEU', 'Mongolei, Republik');
INSERT INTO `payslivlibelle` VALUES ('5651', '216', 'DEU', 'Montenegro');
INSERT INTO `payslivlibelle` VALUES ('5652', '217', 'DEU', 'Monserrat');
INSERT INTO `payslivlibelle` VALUES ('5653', '218', 'DEU', 'Mosambik');
INSERT INTO `payslivlibelle` VALUES ('5654', '219', 'DEU', 'Myanmar (Birma)');
INSERT INTO `payslivlibelle` VALUES ('5655', '220', 'DEU', 'Nachitschewan');
INSERT INTO `payslivlibelle` VALUES ('5656', '221', 'DEU', 'Namibia');
INSERT INTO `payslivlibelle` VALUES ('5657', '222', 'DEU', 'Nauru');
INSERT INTO `payslivlibelle` VALUES ('5658', '223', 'DEU', 'Nepal');
INSERT INTO `payslivlibelle` VALUES ('5659', '224', 'DEU', 'Nicaragua');
INSERT INTO `payslivlibelle` VALUES ('5660', '225', 'DEU', 'Niger');
INSERT INTO `payslivlibelle` VALUES ('5661', '226', 'DEU', 'Nigeria');
INSERT INTO `payslivlibelle` VALUES ('5662', '227', 'DEU', 'Niue');
INSERT INTO `payslivlibelle` VALUES ('5663', '228', 'DEU', 'Norwegen');
INSERT INTO `payslivlibelle` VALUES ('5664', '229', 'DEU', 'Neukaledonien und Nebengebiete (l\'île-des-pins, Inseln der Loyalität)');
INSERT INTO `payslivlibelle` VALUES ('5665', '230', 'DEU', 'Neuseeland');
INSERT INTO `payslivlibelle` VALUES ('5666', '231', 'DEU', 'Nueva esparta (Gänseblümcheninsel)');
INSERT INTO `payslivlibelle` VALUES ('5667', '232', 'DEU', 'Atlantischer Ozean (14)');
INSERT INTO `payslivlibelle` VALUES ('5668', '233', 'DEU', 'Ogasawara (bonin, iwo jima, vulkanische Insel)');
INSERT INTO `payslivlibelle` VALUES ('5669', '234', 'DEU', 'Oman');
INSERT INTO `payslivlibelle` VALUES ('5670', '235', 'DEU', 'Südossetien');
INSERT INTO `payslivlibelle` VALUES ('5671', '236', 'DEU', 'Uganda');
INSERT INTO `payslivlibelle` VALUES ('5672', '237', 'DEU', 'Usbekistan');
INSERT INTO `payslivlibelle` VALUES ('5673', '238', 'DEU', 'Pakistan');
INSERT INTO `payslivlibelle` VALUES ('5674', '239', 'DEU', 'Palau, Republik');
INSERT INTO `payslivlibelle` VALUES ('5675', '240', 'DEU', 'Palästina');
INSERT INTO `payslivlibelle` VALUES ('5676', '241', 'DEU', 'Panama');
INSERT INTO `payslivlibelle` VALUES ('5677', '242', 'DEU', 'Papua (irian jaya)');
INSERT INTO `payslivlibelle` VALUES ('5678', '243', 'DEU', 'Papua-Neuguinea');
INSERT INTO `payslivlibelle` VALUES ('5679', '244', 'DEU', 'Paraguay');
INSERT INTO `payslivlibelle` VALUES ('5680', '245', 'DEU', 'Wales');
INSERT INTO `payslivlibelle` VALUES ('5681', '246', 'DEU', 'Niederlande');
INSERT INTO `payslivlibelle` VALUES ('5682', '247', 'DEU', 'Peru');
INSERT INTO `payslivlibelle` VALUES ('5683', '248', 'DEU', 'Kleine Sunda-Inseln (Bali, Timor, Indonesien)');
INSERT INTO `payslivlibelle` VALUES ('5684', '249', 'DEU', 'Philippinen');
INSERT INTO `payslivlibelle` VALUES ('5685', '250', 'DEU', 'Polen');
INSERT INTO `payslivlibelle` VALUES ('5686', '251', 'DEU', 'Französisch-Polynesien (Gambier, Tahiti, Tuamotu)');
INSERT INTO `payslivlibelle` VALUES ('5687', '252', 'DEU', 'Puertoricanisch');
INSERT INTO `payslivlibelle` VALUES ('5688', '253', 'DEU', 'Katar');
INSERT INTO `payslivlibelle` VALUES ('5689', '254', 'DEU', 'Ras al-khaimah');
INSERT INTO `payslivlibelle` VALUES ('5690', '255', 'DEU', 'Zentralafrikanische Republik');
INSERT INTO `payslivlibelle` VALUES ('5691', '256', 'DEU', 'Dominikanische Republik');
INSERT INTO `payslivlibelle` VALUES ('5692', '257', 'DEU', 'Tschechische Republik');
INSERT INTO `payslivlibelle` VALUES ('5693', '258', 'DEU', 'Begegnung');
INSERT INTO `payslivlibelle` VALUES ('5694', '259', 'DEU', 'Rumänien');
INSERT INTO `payslivlibelle` VALUES ('5695', '260', 'DEU', 'Russland');
INSERT INTO `payslivlibelle` VALUES ('5696', '261', 'DEU', 'Ruanda');
INSERT INTO `payslivlibelle` VALUES ('5697', '262', 'DEU', 'Saba und Saint Eustache');
INSERT INTO `payslivlibelle` VALUES ('5698', '263', 'DEU', 'Sabah (Nordborneo)');
INSERT INTO `payslivlibelle` VALUES ('5699', '264', 'DEU', 'Westsahara');
INSERT INTO `payslivlibelle` VALUES ('5700', '265', 'DEU', 'San Marino');
INSERT INTO `payslivlibelle` VALUES ('5701', '266', 'DEU', 'San Bartolomeo');
INSERT INTO `payslivlibelle` VALUES ('5702', '267', 'DEU', 'St. Lucia');
INSERT INTO `payslivlibelle` VALUES ('5703', '268', 'DEU', 'St. Helena');
INSERT INTO `payslivlibelle` VALUES ('5704', '269', 'DEU', 'St. Kitts und Nevis');
INSERT INTO `payslivlibelle` VALUES ('5705', '270', 'DEU', 'Saint-martin (Frankreich)');
INSERT INTO `payslivlibelle` VALUES ('5706', '271', 'DEU', 'St. Pierre und Miquelon');
INSERT INTO `payslivlibelle` VALUES ('5707', '272', 'DEU', 'St. Vincent und die Grenadinen');
INSERT INTO `payslivlibelle` VALUES ('5708', '273', 'DEU', 'Samoa');
INSERT INTO `payslivlibelle` VALUES ('5709', '274', 'DEU', 'Samoa, Amerikanisch');
INSERT INTO `payslivlibelle` VALUES ('5710', '275', 'DEU', 'San Andrés und Providence');
INSERT INTO `payslivlibelle` VALUES ('5711', '276', 'DEU', 'Sao Tome e Principe');
INSERT INTO `payslivlibelle` VALUES ('5712', '277', 'DEU', 'Sarawak');
INSERT INTO `payslivlibelle` VALUES ('5713', '278', 'DEU', 'Sardinien');
INSERT INTO `payslivlibelle` VALUES ('5714', '279', 'DEU', 'Senegal');
INSERT INTO `payslivlibelle` VALUES ('5715', '280', 'DEU', 'Serbien');
INSERT INTO `payslivlibelle` VALUES ('5716', '281', 'DEU', 'Sizilien');
INSERT INTO `payslivlibelle` VALUES ('5717', '282', 'DEU', 'Sierra Leone');
INSERT INTO `payslivlibelle` VALUES ('5718', '283', 'DEU', 'Sikkim');
INSERT INTO `payslivlibelle` VALUES ('5719', '284', 'DEU', 'Singapur');
INSERT INTO `payslivlibelle` VALUES ('5720', '285', 'DEU', 'Saint Martin (Niederlande)');
INSERT INTO `payslivlibelle` VALUES ('5721', '286', 'DEU', 'Slowakei');
INSERT INTO `payslivlibelle` VALUES ('5722', '287', 'DEU', 'Slowenien');
INSERT INTO `payslivlibelle` VALUES ('5723', '288', 'DEU', 'Socotra');
INSERT INTO `payslivlibelle` VALUES ('5724', '289', 'DEU', 'Somalia (italienisches Somalia)');
INSERT INTO `payslivlibelle` VALUES ('5725', '290', 'DEU', 'Somaliland (Britisch)');
INSERT INTO `payslivlibelle` VALUES ('5726', '291', 'DEU', 'Sudan');
INSERT INTO `payslivlibelle` VALUES ('5727', '292', 'DEU', 'Südsudan');
INSERT INTO `payslivlibelle` VALUES ('5728', '293', 'DEU', 'Spitzbergen (Spitzbergen, Bäreninsel)');
INSERT INTO `payslivlibelle` VALUES ('5729', '294', 'DEU', 'Sri lanka (Ceylon)');
INSERT INTO `payslivlibelle` VALUES ('5730', '295', 'DEU', 'Srpska');
INSERT INTO `payslivlibelle` VALUES ('5731', '296', 'DEU', 'Schweden');
INSERT INTO `payslivlibelle` VALUES ('5732', '297', 'DEU', 'Sulawesi (Celebes, Indonesien)');
INSERT INTO `payslivlibelle` VALUES ('5733', '298', 'DEU', 'Sumatra (Indonesien)');
INSERT INTO `payslivlibelle` VALUES ('5734', '299', 'DEU', 'Suriname');
INSERT INTO `payslivlibelle` VALUES ('5735', '300', 'DEU', 'Syrien');
INSERT INTO `payslivlibelle` VALUES ('5736', '301', 'DEU', 'Tadschikistan');
INSERT INTO `payslivlibelle` VALUES ('5737', '302', 'DEU', 'Taiwan. Rock.');
INSERT INTO `payslivlibelle` VALUES ('5738', '303', 'DEU', 'Tansania');
INSERT INTO `payslivlibelle` VALUES ('5739', '304', 'DEU', 'Tasmanien');
INSERT INTO `payslivlibelle` VALUES ('5740', '305', 'DEU', 'Tschad');
INSERT INTO `payslivlibelle` VALUES ('5741', '306', 'DEU', 'British Antarctic Territory (Antarktische Halbinsel, Grahamland, South Orkney, South Shetland)');
INSERT INTO `payslivlibelle` VALUES ('5742', '307', 'DEU', 'Chilenisches Antarktisgebiet (Antarktische Halbinsel)');
INSERT INTO `payslivlibelle` VALUES ('5743', '308', 'DEU', 'Australisches Antarktis-Territorium (Davis, Ohr, Macquarie, Mawson)');
INSERT INTO `payslivlibelle` VALUES ('5744', '309', 'DEU', 'Britisches Territorium im Indischen Ozean (Chagos-Archipel, Diego Garcia)');
INSERT INTO `payslivlibelle` VALUES ('5745', '310', 'DEU', 'Thailand');
INSERT INTO `payslivlibelle` VALUES ('5746', '311', 'DEU', 'Tibet');
INSERT INTO `payslivlibelle` VALUES ('5747', '312', 'DEU', 'Osttimor');
INSERT INTO `payslivlibelle` VALUES ('5748', '313', 'DEU', 'Tonga (Nuku\'alofa)');
INSERT INTO `payslivlibelle` VALUES ('5749', '314', 'DEU', 'Togo');
INSERT INTO `payslivlibelle` VALUES ('5750', '315', 'DEU', 'Transnistrien (pridnestrowien)');
INSERT INTO `payslivlibelle` VALUES ('5751', '316', 'DEU', 'Trinidad und Tobago');
INSERT INTO `payslivlibelle` VALUES ('5752', '317', 'DEU', 'Tristan da cunha');
INSERT INTO `payslivlibelle` VALUES ('5753', '318', 'DEU', 'Tunesien');
INSERT INTO `payslivlibelle` VALUES ('5754', '319', 'DEU', 'Turkmenistan');
INSERT INTO `payslivlibelle` VALUES ('5755', '320', 'DEU', 'Tuwal');
-- Structure de la table `referencement`
DROP TABLE IF EXISTS `referencement`;
CREATE TABLE `referencement` (
`idRef` int(1) NOT NULL AUTO_INCREMENT,
`title` varchar(120) NOT NULL,
`keywords` varchar(255) NOT NULL,
`description` varchar(250) NOT NULL DEFAULT 'Mettez les mots clés importants, longueur max 60 caractères',
`robots` varchar(100) NOT NULL DEFAULT 'index',
`language` varchar(100) NOT NULL,
`lastUpdated` varchar(100) NOT NULL,
`pageID` int(1) NOT NULL DEFAULT 0,
`pageName` varchar(55) NOT NULL DEFAULT 'pageName',
`pageTitle` varchar(120) NOT NULL DEFAULT 'pageTitle',
PRIMARY KEY (`idRef`)
) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `referencement`
INSERT INTO `referencement` VALUES ('1', 'Accueil', 'Accueil, bienvenue, votre boutique', 'Accueil de votre boutique', 'index', 'fr-FRA', '2025-02-28 08:02', '0', 'accueil', 'Accueil');
INSERT INTO `referencement` VALUES ('2', 'Nos produits', 'catalogue, produit, produits, articles, article', 'Nos produits gondoles sont nos meilleurs produits', 'index', 'fr-FRA', '2025-02-26 22:51', '1', 'gondoles', 'Nos produits gondoles');
INSERT INTO `referencement` VALUES ('3', 'Connexion', 'catalogue, produit, produits, articles, article', 'Connectez-vous, page de connexion', 'index', 'fr-FRA', '2025-02-26 22:52', '4', 'connection', 'Connexion');
INSERT INTO `referencement` VALUES ('4', 'Deconnexion', 'connexion, deconnexion, login, authentification', 'Deconnectez-vous', 'index', 'fr-FRA', '2025-02-26 18:16', '5', 'deconnect', 'Deconnexion');
INSERT INTO `referencement` VALUES ('5', 'Mot de passe oublié', 'connexion, login, deconnexion, authentification', 'Retrouvez votre mot de passe', 'index', 'fr-FRA', '2025-02-26 18:16', '6', 'motdepasseoublie', 'Mot de passe oublié');
INSERT INTO `referencement` VALUES ('6', 'Quitter', 'quitter, sortir, deconnexion, authentification, logout', 'Quitter la page', 'index', 'fr-FRA', '2025-02-26 18:16', '7', 'quitter', 'Quitter');
INSERT INTO `referencement` VALUES ('7', 'Panier', 'panier, commande, commandes, achat, achats', 'Votre panier, vos articles, vos achats, votre commande', 'index', 'fr-FRA', '2025-02-28 07:53', '10', 'panier', 'Panier');
INSERT INTO `referencement` VALUES ('8', 'Votre adresse de facturation', 'commande, facture, factures, facturations', 'Votre adresse de facturation pour votre commande', 'index', 'fr-FRA', '2025-02-28 07:54', '11', 'adresse-fact-', 'Votre adresse de facturation');
INSERT INTO `referencement` VALUES ('9', 'Votre adresse de livraison', 'adresse de livraison', 'Renseignez votre adresse de livraison pour votre commande', 'index', 'fr-FRA', '2025-02-28 07:55', '12', 'adresse-liv', 'Votre adresse de livraison');
INSERT INTO `referencement` VALUES ('10', 'Vos moyens de livraison', 'modes de livraison, transporteur, DHL, chronopost, collisimmo, livraison à domicile, mondial relay', 'Choisissez un moyen de livraison', 'index', 'fr-FRA', '2025-02-28 07:55', '13', 'modelivraison', 'Vos moyens de livraison');
INSERT INTO `referencement` VALUES ('11', 'Vos moyens de paiement', 'modes de paiement, cheque, CB, virement, paypal', 'Choisissez un moyen de paiement pour votre commande', 'index', 'fr-FRA', '2025-02-28 07:56', '14', 'modePaiement', 'Vos moyens de paiement');
INSERT INTO `referencement` VALUES ('12', 'Paiement par chèque', 'cheque,paiement', 'Paiement par chèque', 'index', 'fr-FRA', '2025-02-26 18:16', '17', 'cheque', 'Paiement par chèque');
INSERT INTO `referencement` VALUES ('13', 'Rib', 'Rib, Iban, virement', 'Payez par virement bancaire ', 'index', 'fr-FRA', '2025-02-26 18:16', '18', 'rib', 'Rib');
INSERT INTO `referencement` VALUES ('14', 'Récapitulatif de votre commande', 'récapitulatif de votre commande, synthèse de la commande', 'Récapitulatif de votre commande', 'index', 'fr-FRA', '2025-02-26 18:16', '19', 'recap-panier', 'Récapitulatif de votre commande');
INSERT INTO `referencement` VALUES ('15', 'Rechercher', 'Recherche', 'Rechercher', 'index', 'fr-FRA', '2025-02-28 08:02', '20', 'recherche', 'Rechercher');
INSERT INTO `referencement` VALUES ('16', 'Rechercher par nom d\'article', 'Recherche, articles', 'Rechercher par nom d\'article ou libellé', 'index', 'fr-FRA', '2025-02-28 08:02', '9', 'recherche', 'Rechercher par nom d\'article');
INSERT INTO `referencement` VALUES ('17', 'Rechercher par référence', 'Recherche, articles, référence', 'Rechercher par référence d\'article', 'index', 'fr-FRA', '2025-02-28 08:02', '16', 'recherche', 'Rechercher par référence d\'article');
INSERT INTO `referencement` VALUES ('18', 'Promotions', 'promos, promotions, avantages, offres commerciales', 'Profitez de nos promotions', 'index', 'fr-FRA', '2025-02-26 18:16', '21', 'promos', 'Promotions');
INSERT INTO `referencement` VALUES ('19', 'Nouveautés', 'nouveaux, nouveau, article récents, ', 'Profitez de nos nouveautés', 'index', 'fr-FRA', '2025-02-26 18:16', '2', 'nouveautes', 'Nouveautés');
INSERT INTO `referencement` VALUES ('20', 'Gondoles', 'gondoles, meilleurs articles ', 'Profitez de nos meilleurs articles', 'index', 'fr-FRA', '2025-02-26 18:16', '3', 'gondoles', 'Gondoles');
INSERT INTO `referencement` VALUES ('21', 'Catégories', 'catégories des articles', 'Consultez et recherchez par catégories d\'articles', 'index', 'fr-FRA', '2025-02-28 08:04', '22', 'categories', 'Catégories');
INSERT INTO `referencement` VALUES ('22', 'Sous-catégories', 'Sous-catégories des articles', 'Consultez et recherchez par sous catégories d\'articles', 'index', 'fr-FRA', '2025-02-28 08:04', '8', 'sous-categories', 'Sous catégories');
INSERT INTO `referencement` VALUES ('23', 'Tous les produits', 'Tous les produits, articles, catégories, produits, familles d\'article', 'Consultez tous nos produits et articles', 'index', 'fr-FRA', '2025-02-28 08:04', '23', 'produits-tous', 'Tous les produits');
INSERT INTO `referencement` VALUES ('24', 'Fiche produit', 'Détails les produits, articles', 'Consultez la fiche détaillée de nos produits et articles, vous y trouverez toutes les images, la notice et toutes les caractéristiques', 'index', 'fr-FRA', '2025-02-28 08:18', '24', 'produits-details-', 'Fiche produit');
INSERT INTO `referencement` VALUES ('25', 'Mes commandes', 'mes commandes, commandes, articles, achats', 'Consultez vos commandes et vos achats', 'index', 'fr-FRA', '2025-02-26 18:16', '25', 'mesCommandes', 'Mes commandes');
INSERT INTO `referencement` VALUES ('26', 'Votre inscription', 'e-mail, téléphone, mot de passe', 'Renseignez votre e-mail, votre mot de passe et votre téléphone', 'index', 'fr-FRA', '2025-02-28 08:24', '26', 'inscription', 'Votre inscription');
INSERT INTO `referencement` VALUES ('27', 'Modes de paiement', 'Modes de paiement, cb, chèque, virement banciare, paypal...', 'Description de nos Modes de paiement : cb, chèque, virement banciare, paypal...', 'index', 'fr-FRA', '2025-02-28 08:27', '27', 'inscription-validate-', 'Modes de paiement');
INSERT INTO `referencement` VALUES ('28', 'Validation de votre inscription', 'Validation de votre inscription', 'Validation de votre inscription', 'index', 'fr-FRA', '2025-02-28 08:22', '28', 'inscription client 3', 'Validation de votre inscription');
INSERT INTO `referencement` VALUES ('29', 'Désabonnement de la news letter', 'Désabonnement de la news letter', 'Désabonnement de la news letter', 'index', 'fr-FRA', '2025-02-26 18:16', '29', 'désabonnement', 'Désabonnement de la news letter');
INSERT INTO `referencement` VALUES ('30', 'Modification de votre compte', 'Modification de votre compte, mon compte', 'Modification de votre compte', 'index', 'fr-FRA', '2025-02-26 18:16', '30', 'clients modification', 'Modification de votre compte');
INSERT INTO `referencement` VALUES ('31', 'Contactez-nous', 'Contactez-nous, contact, aide, support, question', 'Contactez-nous pour toute question', 'index', 'fr-FRA', '2025-02-26 18:16', '31', 'clients contact', 'Contactez-nous');
INSERT INTO `referencement` VALUES ('32', 'Qui sommes nous ?', 'Qui sommes nous ? Nous connaître', 'Qui sommes nous ? Notre histoire et notre activité', 'index', 'fr-FRA', '2025-02-26 18:16', '32', 'clients qui sommes nous', 'Qui sommes nous ?');
INSERT INTO `referencement` VALUES ('33', 'Modes de livraison', 'Modes de livraison', 'Description de nos Modes de livraison : chronopost, colissimo, DHL, Mondial relay', 'index', 'fr-FRA', '2025-02-26 18:16', '33', 'menu mode liv', 'Modes de livraison');
INSERT INTO `referencement` VALUES ('34', 'Modes de paiement', 'Modes de paiement, cb, chèque, virement banciare, paypal...', 'Description de nos Modes de paiement : cb, chèque, virement banciare, paypal...', 'index', 'fr-FRA', '2025-02-26 18:16', '34', 'menu mode paie', 'Modes de paiement');
INSERT INTO `referencement` VALUES ('35', 'Gestionnaire du site', 'Gestionnaire du site', 'Gestionnaire du site', 'index', 'fr-FRA', '2025-02-28 08:28', '35', 'menu cdv', 'Gestionnaire du site');
INSERT INTO `referencement` VALUES ('36', 'Bienvenue', 'Boutique en ligne, Achat en ligne, Livraison rapide,Paiement sécurisé, Service client réactif , Made in France, Écologique', 'Boutique en ligne, Achat en ligne, Livraison rapide,Paiement sécurisé, Service client réactif , Made in France, Écologique', 'index', 'fr-FRA', '2025-02-26 18:16', '100', 'defaultpage', 'Bienvenue');
INSERT INTO `referencement` VALUES ('37', 'Home', 'Home, welcome, your shop', 'Welcome to your shop', 'index', 'en-GBR', '2025-02-28 08:02', '0', 'accueil', 'Home');
INSERT INTO `referencement` VALUES ('38', 'Our Products', 'catalogue, product, products, items, item', 'Our gondola products are our best products', 'index', 'en-GBR', '2025-02-26 22:51', '1', 'gondoles', 'Our Gondola Products');
INSERT INTO `referencement` VALUES ('39', 'Login', 'catalogue, product, products, items, item', 'Log in, login page', 'index', 'en-GBR', '2025-02-26 22:52', '4', 'connection', 'Login');
INSERT INTO `referencement` VALUES ('40', 'Logout', 'login, logout, authentication', 'Log out', 'index', 'en-GBR', '2025-02-26 18:16', '5', 'deconnect', 'Logout');
INSERT INTO `referencement` VALUES ('41', 'Forgotten Password', 'login, logout, authentication', 'Retrieve your password', 'index', 'en-GBR', '2025-02-26 18:16', '6', 'motdepasseoublie', 'Forgotten Password');
INSERT INTO `referencement` VALUES ('42', 'Exit', 'exit, logout, authentication', 'Exit the page', 'index', 'en-GBR', '2025-02-26 18:16', '7', 'quitter', 'Exit');
INSERT INTO `referencement` VALUES ('43', 'Basket', 'basket, order, orders, purchase, purchases', 'Your basket, your items, your purchases, your order', 'index', 'en-GBR', '2025-02-28 07:53', '10', 'panier', 'Basket');
INSERT INTO `referencement` VALUES ('44', 'Your Billing Address', 'order, invoice, invoices, billing', 'Your billing address for your order', 'index', 'en-GBR', '2025-02-28 07:54', '11', 'adresse-fact-', 'Your Billing Address');
INSERT INTO `referencement` VALUES ('45', 'Your Delivery Address', 'delivery address', 'Enter your delivery address for your order', 'index', 'en-GBR', '2025-02-28 07:55', '12', 'adresse-liv', 'Your Delivery Address');
INSERT INTO `referencement` VALUES ('46', 'Your Delivery Options', 'delivery methods, carrier, DHL, chronopost, colissimo, home delivery, mondial relay', 'Choose a delivery option', 'index', 'en-GBR', '2025-02-28 07:55', '13', 'modelivraison', 'Your Delivery Options');
INSERT INTO `referencement` VALUES ('47', 'Your Payment Methods', 'payment methods, cheque, card, bank transfer, paypal', 'Choose a payment method for your order', 'index', 'en-GBR', '2025-02-28 07:56', '14', 'modePaiement', 'Your Payment Methods');
INSERT INTO `referencement` VALUES ('48', 'Payment by Cheque', 'cheque, payment', 'Payment by cheque', 'index', 'en-GBR', '2025-02-26 18:16', '17', 'cheque', 'Payment by Cheque');
INSERT INTO `referencement` VALUES ('49', 'Bank Details', 'bank details, IBAN, transfer', 'Pay by bank transfer', 'index', 'en-GBR', '2025-02-26 18:16', '18', 'rib', 'Bank Details');
INSERT INTO `referencement` VALUES ('50', 'Order Summary', 'order summary, order overview', 'Summary of your order', 'index', 'en-GBR', '2025-02-26 18:16', '19', 'recap-panier', 'Order Summary');
INSERT INTO `referencement` VALUES ('51', 'Search', 'Search', 'Search', 'index', 'en-GBR', '2025-02-28 08:02', '20', 'recherche', 'Search');
INSERT INTO `referencement` VALUES ('52', 'Search by Item Name', 'search, items', 'Search by item name or label', 'index', 'en-GBR', '2025-02-28 08:02', '9', 'recherche', 'Search by Item Name');
INSERT INTO `referencement` VALUES ('53', 'Search by Reference', 'search, items, reference', 'Search by item reference', 'index', 'en-GBR', '2025-02-28 08:02', '16', 'recherche', 'Search by Reference');
INSERT INTO `referencement` VALUES ('54', 'Promotions', 'promos, promotions, benefits, commercial offers', 'Take advantage of our promotions', 'index', 'en-GBR', '2025-02-26 18:16', '21', 'promos', 'Promotions');
INSERT INTO `referencement` VALUES ('55', 'New Arrivals', 'new, recent items', 'Enjoy our new arrivals', 'index', 'en-GBR', '2025-02-26 18:16', '2', 'nouveautes', 'New Arrivals');
INSERT INTO `referencement` VALUES ('56', 'Gondolas', 'gondolas, best items', 'Enjoy our best items', 'index', 'en-GBR', '2025-02-26 18:16', '3', 'gondoles', 'Gondolas');
INSERT INTO `referencement` VALUES ('57', 'Categories', 'item categories', 'Browse and search by item categories', 'index', 'en-GBR', '2025-02-28 08:04', '22', 'categories', 'Categories');
INSERT INTO `referencement` VALUES ('58', 'Subcategories', 'item subcategories', 'Browse and search by item subcategories', 'index', 'en-GBR', '2025-02-28 08:04', '8', 'sous-categories', 'Subcategories');
INSERT INTO `referencement` VALUES ('59', 'All Products', 'all products, items, categories, product families', 'View all our products and items', 'index', 'en-GBR', '2025-02-28 08:04', '23', 'produits-tous', 'All Products');
INSERT INTO `referencement` VALUES ('60', 'Product Sheet', 'product details, items', 'View the detailed sheet of our products and items, including all images, instructions, and features', 'index', 'en-GBR', '2025-02-28 08:18', '24', 'produits-details-', 'Product Sheet');
INSERT INTO `referencement` VALUES ('61', 'My Orders', 'my orders, orders, items, purchases', 'View your orders and purchases', 'index', 'en-GBR', '2025-02-26 18:16', '25', 'mesCommandes', 'My Orders');
INSERT INTO `referencement` VALUES ('62', 'Your Registration', 'email, phone, password', 'Enter your email, password, and phone number', 'index', 'en-GBR', '2025-02-28 08:24', '26', 'inscription', 'Your Registration');
INSERT INTO `referencement` VALUES ('63', 'Payment Methods', 'payment methods, card, cheque, bank transfer, paypal...', 'Description of our payment methods: card, cheque, bank transfer, paypal...', 'index', 'en-GBR', '2025-02-28 08:27', '27', 'inscription-validate-', 'Payment Methods');
INSERT INTO `referencement` VALUES ('64', 'Registration Validation', 'registration validation', 'Validation of your registration', 'index', 'en-GBR', '2025-02-28 08:22', '28', 'inscription client 3', 'Registration Validation');
INSERT INTO `referencement` VALUES ('65', 'Newsletter Unsubscription', 'newsletter unsubscription', 'Unsubscribe from the newsletter', 'index', 'en-GBR', '2025-02-26 18:16', '29', 'désabonnement', 'Newsletter Unsubscription');
INSERT INTO `referencement` VALUES ('66', 'Account Modification', 'account modification, my account', 'Modify your account', 'index', 'en-GBR', '2025-02-26 18:16', '30', 'clients modification', 'Account Modification');
INSERT INTO `referencement` VALUES ('67', 'Contact Us', 'contact us, contact, help, support, question', 'Contact us for any questions', 'index', 'en-GBR', '2025-02-26 18:16', '31', 'clients contact', 'Contact Us');
INSERT INTO `referencement` VALUES ('68', 'Who Are We?', 'who are we, about us', 'Who are we? Our story and our business', 'index', 'en-GBR', '2025-02-26 18:16', '32', 'clients qui sommes nous', 'Who Are We?');
INSERT INTO `referencement` VALUES ('69', 'Delivery Methods', 'delivery methods', 'Description of our delivery methods: Chronopost, Colissimo, DHL, Mondial Relay', 'index', 'en-GBR', '2025-02-26 18:16', '33', 'menu mode liv', 'Delivery Methods');
INSERT INTO `referencement` VALUES ('70', 'Payment Methods', 'payment methods, card, cheque, bank transfer, paypal...', 'Description of our payment methods: card, cheque, bank transfer, paypal...', 'index', 'en-GBR', '2025-02-26 18:16', '34', 'menu mode paie', 'Payment Methods');
INSERT INTO `referencement` VALUES ('71', 'Site Manager', 'site manager', 'Site manager', 'index', 'en-GBR', '2025-02-28 08:28', '35', 'menu cdv', 'Site Manager');
INSERT INTO `referencement` VALUES ('72', 'Welcome', 'online shop, online purchase, fast delivery, secure payment, responsive customer service, Made in France, eco-friendly', 'Online shop, online purchase, fast delivery, secure payment, responsive customer service, Made in France, eco-friendly', 'index', 'en-GBR', '2025-02-26 18:16', '100', 'defaultpage', 'Welcome');
INSERT INTO `referencement` VALUES ('73', 'Inicio', 'Inicio, bienvenido, tu tienda', 'Bienvenido a tu tienda', 'index', 'es-ESP', '2025-02-28 08:02', '0', 'accueil', 'Inicio');
INSERT INTO `referencement` VALUES ('74', 'Nuestros productos', 'catálogo, producto, productos, artículos, artículo', 'Nuestros productos góndolas son nuestros mejores productos', 'index', 'es-ESP', '2025-02-26 22:51', '1', 'gondoles', 'Nuestros productos góndolas');
INSERT INTO `referencement` VALUES ('75', 'Conexión', 'catálogo, producto, productos, artículos, artículo', 'Conéctate, página de conexión', 'index', 'es-ESP', '2025-02-26 22:52', '4', 'connection', 'Conexión');
INSERT INTO `referencement` VALUES ('76', 'Desconexión', 'conexión, desconexión, login, autenticación', 'Desconéctate', 'index', 'es-ESP', '2025-02-26 18:16', '5', 'deconnect', 'Desconexión');
INSERT INTO `referencement` VALUES ('77', 'Contraseña olvidada', 'conexión, login, desconexión, autenticación', 'Recupera tu contraseña', 'index', 'es-ESP', '2025-02-26 18:16', '6', 'motdepasseoublie', 'Contraseña olvidada');
INSERT INTO `referencement` VALUES ('78', 'Salir', 'salir, desconexión, autenticación', 'Salir de la página', 'index', 'es-ESP', '2025-02-26 18:16', '7', 'quitter', 'Salir');
INSERT INTO `referencement` VALUES ('79', 'Carrito', 'carrito, pedido, pedidos, compra, compras', 'Tu carrito, tus artículos, tus compras, tu pedido', 'index', 'es-ESP', '2025-02-28 07:53', '10', 'panier', 'Carrito');
INSERT INTO `referencement` VALUES ('80', 'Tu dirección de facturación', 'pedido, factura, facturas, facturación', 'Tu dirección de facturación para tu pedido', 'index', 'es-ESP', '2025-02-28 07:54', '11', 'adresse-fact-', 'Tu dirección de facturación');
INSERT INTO `referencement` VALUES ('81', 'Tu dirección de entrega', 'dirección de entrega', 'Indica tu dirección de entrega para tu pedido', 'index', 'es-ESP', '2025-02-28 07:55', '12', 'adresse-liv', 'Tu dirección de entrega');
INSERT INTO `referencement` VALUES ('82', 'Tus opciones de entrega', 'métodos de entrega, transportista, DHL, chronopost, colissimo, entrega a domicilio, mundial relay', 'Elige una opción de entrega', 'index', 'es-ESP', '2025-02-28 07:55', '13', 'modelivraison', 'Tus opciones de entrega');
INSERT INTO `referencement` VALUES ('83', 'Tus métodos de pago', 'métodos de pago, cheque, tarjeta, transferencia, paypal', 'Elige un método de pago para tu pedido', 'index', 'es-ESP', '2025-02-28 07:56', '14', 'modePaiement', 'Tus métodos de pago');
INSERT INTO `referencement` VALUES ('84', 'Pago por cheque', 'cheque, pago', 'Pago por cheque', 'index', 'es-ESP', '2025-02-26 18:16', '17', 'cheque', 'Pago por cheque');
INSERT INTO `referencement` VALUES ('85', 'Datos bancarios', 'datos bancarios, IBAN, transferencia', 'Paga por transferencia bancaria', 'index', 'es-ESP', '2025-02-26 18:16', '18', 'rib', 'Datos bancarios');
INSERT INTO `referencement` VALUES ('86', 'Resumen de tu pedido', 'resumen de tu pedido, síntesis del pedido', 'Resumen de tu pedido', 'index', 'es-ESP', '2025-02-26 18:16', '19', 'recap-panier', 'Resumen de tu pedido');
INSERT INTO `referencement` VALUES ('87', 'Buscar', 'Búsqueda', 'Buscar', 'index', 'es-ESP', '2025-02-28 08:02', '20', 'recherche', 'Buscar');
INSERT INTO `referencement` VALUES ('88', 'Buscar por nombre del artículo', 'búsqueda, artículos', 'Buscar por nombre del artículo o descripción', 'index', 'es-ESP', '2025-02-28 08:02', '9', 'recherche', 'Buscar por nombre del artículo');
INSERT INTO `referencement` VALUES ('89', 'Buscar por referencia', 'búsqueda, artículos, referencia', 'Buscar por referencia del artículo', 'index', 'es-ESP', '2025-02-28 08:02', '16', 'recherche', 'Buscar por referencia');
INSERT INTO `referencement` VALUES ('90', 'Promociones', 'promos, promociones, ventajas, ofertas comerciales', 'Aprovecha nuestras promociones', 'index', 'es-ESP', '2025-02-26 18:16', '21', 'promos', 'Promociones');
INSERT INTO `referencement` VALUES ('91', 'Novedades', 'nuevo, nuevos, artículos recientes', 'Disfruta de nuestras novedades', 'index', 'es-ESP', '2025-02-26 18:16', '2', 'nouveautes', 'Novedades');
INSERT INTO `referencement` VALUES ('92', 'Góndolas', 'góndolas, mejores artículos', 'Disfruta de nuestros mejores artículos', 'index', 'es-ESP', '2025-02-26 18:16', '3', 'gondoles', 'Góndolas');
INSERT INTO `referencement` VALUES ('93', 'Categorías', 'categorías de artículos', 'Consulta y busca por categorías de artículos', 'index', 'es-ESP', '2025-02-28 08:04', '22', 'categories', 'Categorías');
INSERT INTO `referencement` VALUES ('94', 'Subcategorías', 'subcategorías de artículos', 'Consulta y busca por subcategorías de artículos', 'index', 'es-ESP', '2025-02-28 08:04', '8', 'sous-categories', 'Subcategorías');
INSERT INTO `referencement` VALUES ('95', 'Todos los productos', 'todos los productos, artículos, categorías, familias de artículos', 'Consulta todos nuestros productos y artículos', 'index', 'es-ESP', '2025-02-28 08:04', '23', 'produits-tous', 'Todos los productos');
INSERT INTO `referencement` VALUES ('96', 'Ficha de producto', 'detalles de productos, artículos', 'Consulta la ficha detallada de nuestros productos y artículos, encontrarás todas las imágenes, el manual y todas las características', 'index', 'es-ESP', '2025-02-28 08:18', '24', 'produits-details-', 'Ficha de producto');
INSERT INTO `referencement` VALUES ('97', 'Mis pedidos', 'mis pedidos, pedidos, artículos, compras', 'Consulta tus pedidos y tus compras', 'index', 'es-ESP', '2025-02-26 18:16', '25', 'mesCommandes', 'Mis pedidos');
INSERT INTO `referencement` VALUES ('98', 'Tu registro', 'correo, teléfono, contraseña', 'Indica tu correo, tu contraseña y tu teléfono', 'index', 'es-ESP', '2025-02-28 08:24', '26', 'inscription', 'Tu registro');
INSERT INTO `referencement` VALUES ('99', 'Métodos de pago', 'métodos de pago, tarjeta, cheque, transferencia bancaria, paypal...', 'Descripción de nuestros métodos de pago: tarjeta, cheque, transferencia bancaria, paypal...', 'index', 'es-ESP', '2025-02-28 08:27', '27', 'inscription-validate-', 'Métodos de pago');
INSERT INTO `referencement` VALUES ('100', 'Validación de tu registro', 'validación de tu registro', 'Validación de tu registro', 'index', 'es-ESP', '2025-02-28 08:22', '28', 'inscription client 3', 'Validación de tu registro');
INSERT INTO `referencement` VALUES ('101', 'Cancelación de la suscripción al boletín', 'cancelación de la suscripción al boletín', 'Cancelación de la suscripción al boletín', 'index', 'es-ESP', '2025-02-26 18:16', '29', 'désabonnement', 'Cancelación de la suscripción al boletín');
INSERT INTO `referencement` VALUES ('102', 'Modificación de tu cuenta', 'modificación de tu cuenta, mi cuenta', 'Modificación de tu cuenta', 'index', 'es-ESP', '2025-02-26 18:16', '30', 'clients modification', 'Modificación de tu cuenta');
INSERT INTO `referencement` VALUES ('103', 'Contáctanos', 'contáctanos, contacto, ayuda, soporte, pregunta', 'Contáctanos para cualquier pregunta', 'index', 'es-ESP', '2025-02-26 18:16', '31', 'clients contact', 'Contáctanos');
INSERT INTO `referencement` VALUES ('104', '¿Quiénes somos?', '¿quiénes somos?, conócenos', '¿Quiénes somos? Nuestra historia y nuestra actividad', 'index', 'es-ESP', '2025-02-26 18:16', '32', 'clients qui sommes nous', '¿Quiénes somos?');
INSERT INTO `referencement` VALUES ('105', 'Métodos de entrega', 'métodos de entrega', 'Descripción de nuestros métodos de entrega: Chronopost, Colissimo, DHL, Mondial Relay', 'index', 'es-ESP', '2025-02-26 18:16', '33', 'menu mode liv', 'Métodos de entrega');
INSERT INTO `referencement` VALUES ('106', 'Métodos de pago', 'métodos de pago, tarjeta, cheque, transferencia bancaria, paypal...', 'Descripción de nuestros métodos de pago: tarjeta, cheque, transferencia bancaria, paypal...', 'index', 'es-ESP', '2025-02-26 18:16', '34', 'menu mode paie', 'Métodos de pago');
INSERT INTO `referencement` VALUES ('107', 'Gestor del sitio', 'gestor del sitio', 'Gestor del sitio', 'index', 'es-ESP', '2025-02-28 08:28', '35', 'menu cdv', 'Gestor del sitio');
INSERT INTO `referencement` VALUES ('108', 'Bienvenido', 'tienda online, compra online, entrega rápida, pago seguro, servicio al cliente reactivo, Hecho en Francia, ecológico', 'Tienda online, compra online, entrega rápida, pago seguro, servicio al cliente reactivo, Hecho en Francia, ecológico', 'index', 'es-ESP', '2025-02-26 18:16', '100', 'defaultpage', 'Bienvenido');
INSERT INTO `referencement` VALUES ('109', 'Home', 'Home, benvenuto, il tuo negozio', 'Benvenuto nel tuo negozio', 'index', 'it-ITA', '2025-02-28 08:02', '0', 'accueil', 'Home');
INSERT INTO `referencement` VALUES ('110', 'I nostri prodotti', 'catalogo, prodotto, prodotti, articoli, articolo', 'I nostri prodotti gondole sono i nostri migliori prodotti', 'index', 'it-ITA', '2025-02-26 22:51', '1', 'gondoles', 'I nostri prodotti gondole');
INSERT INTO `referencement` VALUES ('111', 'Accesso', 'catalogo, prodotto, prodotti, articoli, articolo', 'Accedi, pagina di accesso', 'index', 'it-ITA', '2025-02-26 22:52', '4', 'connection', 'Accesso');
INSERT INTO `referencement` VALUES ('112', 'Disconnessione', 'accesso, disconnessione, login, autenticazione', 'Disconnettiti', 'index', 'it-ITA', '2025-02-26 18:16', '5', 'deconnect', 'Disconnessione');
INSERT INTO `referencement` VALUES ('113', 'Password dimenticata', 'accesso, login, disconnessione, autenticazione', 'Recupera la tua password', 'index', 'it-ITA', '2025-02-26 18:16', '6', 'motdepasseoublie', 'Password dimenticata');
INSERT INTO `referencement` VALUES ('114', 'Esci', 'esci, disconnessione, autenticazione', 'Esci dalla pagina', 'index', 'it-ITA', '2025-02-26 18:16', '7', 'quitter', 'Esci');
INSERT INTO `referencement` VALUES ('115', 'Carrello', 'carrello, ordine, ordini, acquisto, acquisti', 'Il tuo carrello, i tuoi articoli, i tuoi acquisti, il tuo ordine', 'index', 'it-ITA', '2025-02-28 07:53', '10', 'panier', 'Carrello');
INSERT INTO `referencement` VALUES ('116', 'Il tuo indirizzo di fatturazione', 'ordine, fattura, fatture, fatturazione', 'Il tuo indirizzo di fatturazione per il tuo ordine', 'index', 'it-ITA', '2025-02-28 07:54', '11', 'adresse-fact-', 'Il tuo indirizzo di fatturazione');
INSERT INTO `referencement` VALUES ('117', 'Il tuo indirizzo di consegna', 'indirizzo di consegna', 'Inserisci il tuo indirizzo di consegna per il tuo ordine', 'index', 'it-ITA', '2025-02-28 07:55', '12', 'adresse-liv', 'Il tuo indirizzo di consegna');
INSERT INTO `referencement` VALUES ('118', 'Le tue opzioni di consegna', 'metodi di consegna, corriere, DHL, chronopost, colissimo, consegna a domicilio, mondial relay', 'Scegli unopzione di consegna', 'index', 'it-ITA', '2025-02-28 07:55', '13', 'modelivraison', 'Le tue opzioni di consegna');
INSERT INTO `referencement` VALUES ('119', 'I tuoi metodi di pagamento', 'metodi di pagamento, assegno, carta, bonifico, paypal', 'Scegli un metodo di pagamento per il tuo ordine', 'index', 'it-ITA', '2025-02-28 07:56', '14', 'modePaiement', 'I tuoi metodi di pagamento');
INSERT INTO `referencement` VALUES ('120', 'Pagamento con assegno', 'assegno, pagamento', 'Pagamento con assegno', 'index', 'it-ITA', '2025-02-26 18:16', '17', 'cheque', 'Pagamento con assegno');
INSERT INTO `referencement` VALUES ('121', 'Coordinate bancarie', 'coordinate bancarie, IBAN, bonifico', 'Paga con bonifico bancario', 'index', 'it-ITA', '2025-02-26 18:16', '18', 'rib', 'Coordinate bancarie');
INSERT INTO `referencement` VALUES ('122', 'Riepilogo del tuo ordine', 'riepilogo del tuo ordine, sintesi dellordine', 'Riepilogo del tuo ordine', 'index', 'it-ITA', '2025-02-26 18:16', '19', 'recap-panier', 'Riepilogo del tuo ordine');
INSERT INTO `referencement` VALUES ('123', 'Cerca', 'Ricerca', 'Cerca', 'index', 'it-ITA', '2025-02-28 08:02', '20', 'recherche', 'Cerca');
INSERT INTO `referencement` VALUES ('124', 'Cerca per nome articolo', 'ricerca, articoli', 'Cerca per nome articolo o etichetta', 'index', 'it-ITA', '2025-02-28 08:02', '9', 'recherche', 'Cerca per nome articolo');
INSERT INTO `referencement` VALUES ('125', 'Cerca per riferimento', 'ricerca, articoli, riferimento', 'Cerca per riferimento articolo', 'index', 'it-ITA', '2025-02-28 08:02', '16', 'recherche', 'Cerca per riferimento');
INSERT INTO `referencement` VALUES ('126', 'Promozioni', 'promo, promozioni, vantaggi, offerte commerciali', 'Approfitta delle nostre promozioni', 'index', 'it-ITA', '2025-02-26 18:16', '21', 'promos', 'Promozioni');
INSERT INTO `referencement` VALUES ('127', 'Novità', 'nuovo, nuovi, articoli recenti', 'Scopri le nostre novità', 'index', 'it-ITA', '2025-02-26 18:16', '2', 'nouveautes', 'Novità');
INSERT INTO `referencement` VALUES ('128', 'Gondole', 'gondole, migliori articoli', 'Scopri i nostri migliori articoli', 'index', 'it-ITA', '2025-02-26 18:16', '3', 'gondoles', 'Gondole');
INSERT INTO `referencement` VALUES ('129', 'Categorie', 'categorie degli articoli', 'Consulta e cerca per categorie di articoli', 'index', 'it-ITA', '2025-02-28 08:04', '22', 'categories', 'Categorie');
INSERT INTO `referencement` VALUES ('130', 'Sottocategorie', 'sottocategorie degli articoli', 'Consulta e cerca per sottocategorie di articoli', 'index', 'it-ITA', '2025-02-28 08:04', '8', 'sous-categories', 'Sottocategorie');
INSERT INTO `referencement` VALUES ('131', 'Tutti i prodotti', 'tutti i prodotti, articoli, categorie, famiglie di articoli', 'Consulta tutti i nostri prodotti e articoli', 'index', 'it-ITA', '2025-02-28 08:04', '23', 'produits-tous', 'Tutti i prodotti');
INSERT INTO `referencement` VALUES ('132', 'Scheda prodotto', 'dettagli dei prodotti, articoli', 'Consulta la scheda dettagliata dei nostri prodotti e articoli, troverai tutte le immagini, le istruzioni e tutte le caratteristiche', 'index', 'it-ITA', '2025-02-28 08:18', '24', 'produits-details-', 'Scheda prodotto');
INSERT INTO `referencement` VALUES ('133', 'I miei ordini', 'i miei ordini, ordini, articoli, acquisti', 'Consulta i tuoi ordini e i tuoi acquisti', 'index', 'it-ITA', '2025-02-26 18:16', '25', 'mesCommandes', 'I miei ordini');
INSERT INTO `referencement` VALUES ('134', 'La tua registrazione', 'email, telefono, password', 'Inserisci la tua email, la tua password e il tuo numero di telefono', 'index', 'it-ITA', '2025-02-28 08:24', '26', 'inscription', 'La tua registrazione');
INSERT INTO `referencement` VALUES ('135', 'Metodi di pagamento', 'metodi di pagamento, carta, assegno, bonifico bancario, paypal...', 'Descrizione dei nostri metodi di pagamento: carta, assegno, bonifico bancario, paypal...', 'index', 'it-ITA', '2025-02-28 08:27', '27', 'inscription-validate-', 'Metodi di pagamento');
INSERT INTO `referencement` VALUES ('136', 'Validazione della tua registrazione', 'validazione della tua registrazione', 'Validazione della tua registrazione', 'index', 'it-ITA', '2025-02-28 08:22', '28', 'inscription client 3', 'Validazione della tua registrazione');
INSERT INTO `referencement` VALUES ('137', 'Disiscrizione alla newsletter', 'disiscrizione alla newsletter', 'Disiscrizione alla newsletter', 'index', 'it-ITA', '2025-02-26 18:16', '29', 'désabonnement', 'Disiscrizione alla newsletter');
INSERT INTO `referencement` VALUES ('138', 'Modifica del tuo account', 'modifica del tuo account, il mio account', 'Modifica del tuo account', 'index', 'it-ITA', '2025-02-26 18:16', '30', 'clients modification', 'Modifica del tuo account');
INSERT INTO `referencement` VALUES ('139', 'Contattaci', 'contattaci, contatto, aiuto, supporto, domanda', 'Contattaci per qualsiasi domanda', 'index', 'it-ITA', '2025-02-26 18:16', '31', 'clients contact', 'Contattaci');
INSERT INTO `referencement` VALUES ('140', 'Chi siamo?', 'chi siamo, scoprici', 'Chi siamo? La nostra storia e la nostra attività', 'index', 'it-ITA', '2025-02-26 18:16', '32', 'clients qui sommes nous', 'Chi siamo?');
INSERT INTO `referencement` VALUES ('141', 'Metodi di consegna', 'metodi di consegna', 'Descrizione dei nostri metodi di consegna: Chronopost, Colissimo, DHL, Mondial Relay', 'index', 'it-ITA', '2025-02-26 18:16', '33', 'menu mode liv', 'Metodi di consegna');
INSERT INTO `referencement` VALUES ('142', 'Metodi di pagamento', 'metodi di pagamento, carta, assegno, bonifico bancario, paypal...', 'Descrizione dei nostri metodi di pagamento: carta, assegno, bonifico bancario, paypal...', 'index', 'it-ITA', '2025-02-26 18:16', '34', 'menu mode paie', 'Metodi di pagamento');
INSERT INTO `referencement` VALUES ('143', 'Gestore del sito', 'gestore del sito', 'Gestore del sito', 'index', 'it-ITA', '2025-02-28 08:28', '35', 'menu cdv', 'Gestore del sito');
INSERT INTO `referencement` VALUES ('144', 'Benvenuto', 'negozio online, acquisto online, consegna rapida, pagamento sicuro, servizio clienti reattivo, Made in France, ecologico', 'Negozio online, acquisto online, consegna rapida, pagamento sicuro, servizio clienti reattivo, Made in France, ecologico', 'index', 'it-ITA', '2025-02-26 18:16', '100', 'defaultpage', 'Benvenuto');
INSERT INTO `referencement` VALUES ('145', 'Startseite', 'Startseite, willkommen, Ihr Shop', 'Willkommen in Ihrem Shop', 'index', 'de-DEU', '2025-02-28 08:02', '0', 'accueil', 'Startseite');
INSERT INTO `referencement` VALUES ('146', 'Unsere Produkte', 'Katalog, Produkt, Produkte, Artikel', 'Unsere Gondelprodukte sind unsere besten Produkte', 'index', 'de-DEU', '2025-02-26 22:51', '1', 'gondoles', 'Unsere Gondelprodukte');
INSERT INTO `referencement` VALUES ('147', 'Anmeldung', 'Katalog, Produkt, Produkte, Artikel', 'Melden Sie sich an, Anmeldeseite', 'index', 'de-DEU', '2025-02-26 22:52', '4', 'connection', 'Anmeldung');
INSERT INTO `referencement` VALUES ('148', 'Abmeldung', 'Anmeldung, Abmeldung, Login, Authentifizierung', 'Melden Sie sich ab', 'index', 'de-DEU', '2025-02-26 18:16', '5', 'deconnect', 'Abmeldung');
INSERT INTO `referencement` VALUES ('149', 'Passwort vergessen', 'Anmeldung, Login, Abmeldung, Authentifizierung', 'Passwort wiederherstellen', 'index', 'de-DEU', '2025-02-26 18:16', '6', 'motdepasseoublie', 'Passwort vergessen');
INSERT INTO `referencement` VALUES ('150', 'Verlassen', 'Verlassen, Abmeldung, Authentifizierung', 'Seite verlassen', 'index', 'de-DEU', '2025-02-26 18:16', '7', 'quitter', 'Verlassen');
INSERT INTO `referencement` VALUES ('151', 'Warenkorb', 'Warenkorb, Bestellung, Bestellungen, Kauf, Käufe', 'Ihr Warenkorb, Ihre Artikel, Ihre Käufe, Ihre Bestellung', 'index', 'de-DEU', '2025-02-28 07:53', '10', 'panier', 'Warenkorb');
INSERT INTO `referencement` VALUES ('152', 'Ihre Rechnungsadresse', 'Bestellung, Rechnung, Rechnungen, Abrechnung', 'Ihre Rechnungsadresse für Ihre Bestellung', 'index', 'de-DEU', '2025-02-28 07:54', '11', 'adresse-fact-', 'Ihre Rechnungsadresse');
INSERT INTO `referencement` VALUES ('153', 'Ihre Lieferadresse', 'Lieferadresse', 'Geben Sie Ihre Lieferadresse für Ihre Bestellung an', 'index', 'de-DEU', '2025-02-28 07:55', '12', 'adresse-liv', 'Ihre Lieferadresse');
INSERT INTO `referencement` VALUES ('154', 'Ihre Versandoptionen', 'Versandmethoden, Spediteur, DHL, Chronopost, Colissimo, Lieferung nach Hause, Mondial Relay', 'Wählen Sie eine Versandoption', 'index', 'de-DEU', '2025-02-28 07:55', '13', 'modelivraison', 'Ihre Versandoptionen');
INSERT INTO `referencement` VALUES ('155', 'Ihre Zahlungsmethoden', 'Zahlungsmethoden, Scheck, Karte, Überweisung, PayPal', 'Wählen Sie eine Zahlungsmethode für Ihre Bestellung', 'index', 'de-DEU', '2025-02-28 07:56', '14', 'modePaiement', 'Ihre Zahlungsmethoden');
INSERT INTO `referencement` VALUES ('156', 'Zahlung per Scheck', 'Scheck, Zahlung', 'Zahlung per Scheck', 'index', 'de-DEU', '2025-02-26 18:16', '17', 'cheque', 'Zahlung per Scheck');
INSERT INTO `referencement` VALUES ('157', 'Bankverbindung', 'Bankverbindung, IBAN, Überweisung', 'Zahlen Sie per Banküberweisung', 'index', 'de-DEU', '2025-02-26 18:16', '18', 'rib', 'Bankverbindung');
INSERT INTO `referencement` VALUES ('158', 'Zusammenfassung Ihrer Bestellung', 'Zusammenfassung Ihrer Bestellung, Bestellübersicht', 'Zusammenfassung Ihrer Bestellung', 'index', 'de-DEU', '2025-02-26 18:16', '19', 'recap-panier', 'Zusammenfassung Ihrer Bestellung');
INSERT INTO `referencement` VALUES ('159', 'Suchen', 'Suche', 'Suchen', 'index', 'de-DEU', '2025-02-28 08:02', '20', 'recherche', 'Suchen');
INSERT INTO `referencement` VALUES ('160', 'Nach Artikelname suchen', 'Suche, Artikel', 'Nach Artikelname oder Bezeichnung suchen', 'index', 'de-DEU', '2025-02-28 08:02', '9', 'recherche', 'Nach Artikelname suchen');
INSERT INTO `referencement` VALUES ('161', 'Nach Referenz suchen', 'Suche, Artikel, Referenz', 'Nach Artikelreferenz suchen', 'index', 'de-DEU', '2025-02-28 08:02', '16', 'recherche', 'Nach Referenz suchen');
INSERT INTO `referencement` VALUES ('162', 'Angebote', 'Angebote, Vorteile, Sonderangebote', 'Nutzen Sie unsere Angebote', 'index', 'de-DEU', '2025-02-26 18:16', '21', 'promos', 'Angebote');
INSERT INTO `referencement` VALUES ('163', 'Neuheiten', 'neu, neue Artikel', 'Entdecken Sie unsere Neuheiten', 'index', 'de-DEU', '2025-02-26 18:16', '2', 'nouveautes', 'Neuheiten');
INSERT INTO `referencement` VALUES ('164', 'Gondeln', 'Gondeln, beste Artikel', 'Entdecken Sie unsere besten Artikel', 'index', 'de-DEU', '2025-02-26 18:16', '3', 'gondoles', 'Gondeln');
INSERT INTO `referencement` VALUES ('165', 'Kategorien', 'Artikelkategorien', 'Durchsuchen und suchen Sie nach Artikelkategorien', 'index', 'de-DEU', '2025-02-28 08:04', '22', 'categories', 'Kategorien');
INSERT INTO `referencement` VALUES ('166', 'Unterkategorien', 'Unterkategorien von Artikeln', 'Durchsuchen und suchen Sie nach Unterkategorien von Artikeln', 'index', 'de-DEU', '2025-02-28 08:04', '8', 'sous-categories', 'Unterkategorien');
INSERT INTO `referencement` VALUES ('167', 'Alle Produkte', 'alle Produkte, Artikel, Kategorien, Produktfamilien', 'Sehen Sie sich alle unsere Produkte und Artikel an', 'index', 'de-DEU', '2025-02-28 08:04', '23', 'produits-tous', 'Alle Produkte');
INSERT INTO `referencement` VALUES ('168', 'Produktdatenblatt', 'Produktdetails, Artikel', 'Sehen Sie sich das detaillierte Datenblatt unserer Produkte und Artikel an, einschließlich aller Bilder, Anleitungen und Eigenschaften', 'index', 'de-DEU', '2025-02-28 08:18', '24', 'produits-details-', 'Produktdatenblatt');
INSERT INTO `referencement` VALUES ('169', 'Meine Bestellungen', 'meine Bestellungen, Bestellungen, Artikel, Käufe', 'Sehen Sie sich Ihre Bestellungen und Käufe an', 'index', 'de-DEU', '2025-02-26 18:16', '25', 'mesCommandes', 'Meine Bestellungen');
INSERT INTO `referencement` VALUES ('170', 'Ihre Registrierung', 'E-Mail, Telefon, Passwort', 'Geben Sie Ihre E-Mail, Ihr Passwort und Ihre Telefonnummer an', 'index', 'de-DEU', '2025-02-28 08:24', '26', 'inscription', 'Ihre Registrierung');
INSERT INTO `referencement` VALUES ('171', 'Zahlungsmethoden', 'Zahlungsmethoden, Karte, Scheck, Überweisung, PayPal...', 'Beschreibung unserer Zahlungsmethoden: Karte, Scheck, Überweisung, PayPal...', 'index', 'de-DEU', '2025-02-28 08:27', '27', 'inscription-validate-', 'Zahlungsmethoden');
INSERT INTO `referencement` VALUES ('172', 'Bestätigung Ihrer Registrierung', 'Bestätigung Ihrer Registrierung', 'Bestätigung Ihrer Registrierung', 'index', 'de-DEU', '2025-02-28 08:22', '28', 'inscription client 3', 'Bestätigung Ihrer Registrierung');
INSERT INTO `referencement` VALUES ('173', 'Abbestellung des Newsletters', 'Abbestellung des Newsletters', 'Abbestellung des Newsletters', 'index', 'de-DEU', '2025-02-26 18:16', '29', 'désabonnement', 'Abbestellung des Newsletters');
INSERT INTO `referencement` VALUES ('174', 'Änderung Ihres Kontos', 'Änderung Ihres Kontos, mein Konto', 'Änderung Ihres Kontos', 'index', 'de-DEU', '2025-02-26 18:16', '30', 'clients modification', 'Änderung Ihres Kontos');
INSERT INTO `referencement` VALUES ('175', 'Kontaktieren Sie uns', 'Kontaktieren Sie uns, Kontakt, Hilfe, Support, Frage', 'Kontaktieren Sie uns bei Fragen', 'index', 'de-DEU', '2025-02-26 18:16', '31', 'clients contact', 'Kontaktieren Sie uns');
INSERT INTO `referencement` VALUES ('176', 'Wer sind wir?', 'Wer sind wir, über uns', 'Wer sind wir? Unsere Geschichte und unsere Tätigkeit', 'index', 'de-DEU', '2025-02-26 18:16', '32', 'clients qui sommes nous', 'Wer sind wir?');
INSERT INTO `referencement` VALUES ('177', 'Versandmethoden', 'Versandmethoden', 'Beschreibung unserer Versandmethoden: Chronopost, Colissimo, DHL, Mondial Relay', 'index', 'de-DEU', '2025-02-26 18:16', '33', 'menu mode liv', 'Versandmethoden');
INSERT INTO `referencement` VALUES ('178', 'Zahlungsmethoden', 'Zahlungsmethoden, Karte, Scheck, Überweisung, PayPal...', 'Beschreibung unserer Zahlungsmethoden: Karte, Scheck, Überweisung, PayPal...', 'index', 'de-DEU', '2025-02-26 18:16', '34', 'menu mode paie', 'Zahlungsmethoden');
INSERT INTO `referencement` VALUES ('179', 'Seitenverwalter', 'Seitenverwalter', 'Seitenverwalter', 'index', 'de-DEU', '2025-02-28 08:28', '35', 'menu cdv', 'Seitenverwalter');
INSERT INTO `referencement` VALUES ('180', 'Willkommen', 'Online-Shop, Online-Kauf, schnelle Lieferung, sichere Zahlung, reaktiver Kundenservice, Made in France, umweltfreundlich', 'Online-Shop, Online-Kauf, schnelle Lieferung, sichere Zahlung, reaktiver Kundenservice, Made in France, umweltfreundlich', 'index', 'de-DEU', '2025-02-26 18:16', '100', 'defaultpage', 'Willkommen');
-- Structure de la table `statusclis`
DROP TABLE IF EXISTS `statusclis`;
CREATE TABLE `statusclis` (
`numStatus` int(11) NOT NULL AUTO_INCREMENT,
`idStatus` int(1) NOT NULL,
`libStatus` varchar(55) NOT NULL,
`idLg` varchar(3) NOT NULL,
PRIMARY KEY (`numStatus`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `statusclis`
INSERT INTO `statusclis` VALUES ('1', '1', 'actif', 'FRA');
INSERT INTO `statusclis` VALUES ('2', '1', 'enabled', 'ENG');
INSERT INTO `statusclis` VALUES ('3', '2', 'bloqué', 'FRA');
INSERT INTO `statusclis` VALUES ('4', '2', 'blocked', 'ENG');
INSERT INTO `statusclis` VALUES ('5', '3', 'desactivé', 'FRA');
INSERT INTO `statusclis` VALUES ('6', '3', 'disabled', 'ENG');
INSERT INTO `statusclis` VALUES ('9', '0', 'creation', 'FRA');
INSERT INTO `statusclis` VALUES ('10', '0', 'create', 'ENG');
INSERT INTO `statusclis` VALUES ('11', '1', 'abilitato', 'ITA');
INSERT INTO `statusclis` VALUES ('12', '2', 'bloccato', 'ITA');
INSERT INTO `statusclis` VALUES ('13', '3', 'disabilitato', 'ITA');
INSERT INTO `statusclis` VALUES ('14', '0', 'crea', 'ITA');
INSERT INTO `statusclis` VALUES ('15', '0', 'erstellen', 'DEU');
INSERT INTO `statusclis` VALUES ('16', '1', 'aktiviert', 'DEU');
INSERT INTO `statusclis` VALUES ('17', '2', 'blockiert', 'DEU');
INSERT INTO `statusclis` VALUES ('18', '3', 'deaktiviert', 'DEU');
INSERT INTO `statusclis` VALUES ('19', '0', 'crear', 'ESP');
INSERT INTO `statusclis` VALUES ('20', '1', 'habilitado', 'ESP');
INSERT INTO `statusclis` VALUES ('21', '2', 'bloqueado', 'ESP');
INSERT INTO `statusclis` VALUES ('22', '3', 'deshabilitado', 'ESP');
-- Structure de la table `tranchesprix`
DROP TABLE IF EXISTS `tranchesprix`;
CREATE TABLE `tranchesprix` (
`numTranche` int(1) NOT NULL,
`idML` smallint(6) NOT NULL,
`idZone` smallint(6) NOT NULL,
`poidsMin` decimal(9,2) NOT NULL,
`poidsMax` decimal(9,2) NOT NULL,
`prix` decimal(9,2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Données de la table `tranchesprix`
INSERT INTO `tranchesprix` VALUES ('1', '1', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('2', '1', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('3', '1', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('4', '1', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('5', '1', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('6', '1', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('7', '1', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('8', '1', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('9', '1', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('10', '1', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('11', '1', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('12', '1', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('13', '1', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('14', '1', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('15', '1', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('16', '1', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('17', '1', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('18', '1', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('19', '1', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('20', '1', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('21', '1', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('22', '1', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('23', '1', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('24', '1', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('25', '1', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('26', '1', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('27', '1', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('28', '1', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('29', '1', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('30', '1', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('31', '1', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('32', '1', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('33', '1', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('34', '1', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('35', '1', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('36', '1', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('37', '1', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('38', '1', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('39', '1', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('40', '1', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('41', '1', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('42', '1', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('43', '1', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('44', '1', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('45', '1', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('46', '1', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('47', '1', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('48', '1', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('49', '1', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('50', '1', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('51', '1', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('52', '1', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('53', '1', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('54', '1', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('55', '1', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('56', '1', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('57', '1', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('58', '1', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('59', '1', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('60', '1', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('61', '1', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('62', '1', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('63', '1', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('64', '1', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('65', '1', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('66', '1', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('67', '1', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('68', '1', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('69', '1', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('70', '1', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('71', '1', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('72', '1', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('73', '1', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('74', '1', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('75', '1', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('76', '1', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('77', '1', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('78', '1', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('79', '1', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('80', '1', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('81', '1', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('82', '1', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('83', '1', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('84', '1', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('85', '1', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('86', '1', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('87', '1', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('88', '1', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('89', '1', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('90', '1', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('91', '1', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('92', '1', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('93', '1', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('94', '1', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('95', '1', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('96', '1', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('97', '1', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('98', '1', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('99', '1', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('100', '1', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('101', '1', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('102', '1', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('103', '1', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('104', '1', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('105', '1', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('106', '1', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('107', '1', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('108', '1', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('109', '1', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('110', '1', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('111', '1', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('112', '1', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('113', '1', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('114', '1', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('115', '1', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('116', '1', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('117', '1', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('118', '1', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('119', '1', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('120', '1', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('121', '1', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('122', '1', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('123', '1', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('124', '1', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('125', '1', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('126', '1', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('127', '1', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('128', '1', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('129', '1', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('130', '1', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('131', '1', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('132', '1', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('133', '1', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('134', '1', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('135', '1', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('136', '1', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('137', '1', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('138', '1', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('139', '1', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('140', '1', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('141', '1', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('142', '1', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('143', '1', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('144', '1', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('145', '1', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('146', '1', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('147', '1', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('148', '1', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('149', '1', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('150', '1', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('151', '1', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('152', '1', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('153', '1', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('154', '1', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('155', '1', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('156', '1', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('157', '1', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('158', '1', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('159', '1', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('160', '1', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('161', '1', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('162', '1', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('163', '1', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('164', '1', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('165', '1', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('166', '1', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('167', '1', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('168', '1', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('169', '1', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('170', '1', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('171', '1', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('172', '1', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('173', '1', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('174', '1', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('175', '1', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('176', '1', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('177', '2', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('178', '2', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('179', '2', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('180', '2', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('181', '2', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('182', '2', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('183', '2', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('184', '2', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('185', '2', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('186', '2', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('187', '2', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('188', '2', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('189', '2', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('190', '2', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('191', '2', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('192', '2', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('193', '2', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('194', '2', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('195', '2', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('196', '2', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('197', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('198', '2', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('199', '2', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('200', '2', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('201', '2', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('202', '2', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('203', '2', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('204', '2', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('205', '2', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('206', '2', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('207', '2', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('208', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('209', '2', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('210', '2', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('211', '2', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('212', '2', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('213', '2', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('214', '2', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('215', '2', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('216', '2', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('217', '2', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('218', '2', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('219', '2', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('220', '2', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('221', '2', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('222', '2', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('223', '2', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('224', '2', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('225', '2', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('226', '2', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('227', '2', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('228', '2', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('229', '2', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('230', '2', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('231', '2', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('232', '2', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('233', '2', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('234', '2', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('235', '2', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('236', '2', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('237', '2', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('238', '2', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('239', '2', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('240', '2', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('241', '2', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('242', '2', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('243', '2', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('244', '2', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('245', '2', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('246', '2', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('247', '2', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('248', '2', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('249', '2', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('250', '2', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('251', '2', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('252', '2', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('253', '2', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('254', '2', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('255', '2', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('256', '2', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('257', '2', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('258', '2', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('259', '2', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('260', '2', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('261', '2', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('262', '2', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('263', '2', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('264', '2', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('265', '2', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('266', '2', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('267', '2', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('268', '2', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('269', '2', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('270', '2', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('271', '2', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('272', '2', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('273', '2', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('274', '2', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('275', '2', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('276', '2', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('277', '2', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('278', '2', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('279', '2', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('280', '2', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('281', '2', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('282', '2', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('283', '2', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('284', '2', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('285', '2', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('286', '2', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('287', '2', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('288', '2', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('289', '2', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('290', '2', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('291', '2', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('292', '2', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('293', '2', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('294', '2', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('295', '2', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('296', '2', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('297', '2', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('298', '2', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('299', '2', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('300', '2', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('301', '2', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('302', '2', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('303', '2', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('304', '2', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('305', '2', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('306', '2', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('307', '2', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('308', '2', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('309', '2', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('310', '2', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('311', '2', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('312', '2', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('313', '2', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('314', '2', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('315', '2', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('316', '2', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('317', '2', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('318', '2', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('319', '2', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('320', '2', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('321', '2', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('322', '2', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('323', '2', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('324', '2', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('325', '2', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('326', '2', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('327', '2', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('328', '2', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('329', '2', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('330', '2', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('331', '2', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('332', '2', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('333', '2', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('334', '2', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('335', '2', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('336', '2', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('337', '2', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('338', '2', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('339', '2', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('340', '2', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('341', '2', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('342', '2', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('343', '2', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('344', '2', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('345', '2', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('346', '2', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('347', '2', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('348', '2', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('349', '2', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('350', '2', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('351', '2', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('352', '2', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('353', '3', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('354', '3', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('355', '3', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('356', '3', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('357', '3', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('358', '3', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('359', '3', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('360', '3', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('361', '3', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('362', '3', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('363', '3', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('364', '3', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('365', '3', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('366', '3', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('367', '3', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('368', '3', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('369', '3', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('370', '3', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('371', '3', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('372', '3', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('373', '3', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('374', '3', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('375', '3', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('376', '3', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('377', '3', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('378', '3', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('379', '3', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('380', '3', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('381', '3', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('382', '3', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('383', '3', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('384', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('385', '3', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('386', '3', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('387', '3', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('388', '3', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('389', '3', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('390', '3', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('391', '3', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('392', '3', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('393', '3', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('394', '3', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('395', '3', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('396', '3', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('397', '3', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('398', '3', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('399', '3', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('400', '3', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('401', '3', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('402', '3', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('403', '3', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('404', '3', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('405', '3', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('406', '3', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('407', '3', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('408', '3', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('409', '3', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('410', '3', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('411', '3', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('412', '3', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('413', '3', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('414', '3', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('415', '3', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('416', '3', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('417', '3', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('418', '3', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('419', '3', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('420', '3', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('421', '3', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('422', '3', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('423', '3', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('424', '3', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('425', '3', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('426', '3', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('427', '3', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('428', '3', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('429', '3', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('430', '3', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('431', '3', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('432', '3', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('433', '3', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('434', '3', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('435', '3', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('436', '3', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('437', '3', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('438', '3', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('439', '3', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('440', '3', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('441', '3', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('442', '3', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('443', '3', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('444', '3', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('445', '3', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('446', '3', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('447', '3', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('448', '3', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('449', '3', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('450', '3', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('451', '3', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('452', '3', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('453', '3', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('454', '3', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('455', '3', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('456', '3', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('457', '3', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('458', '3', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('459', '3', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('460', '3', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('461', '3', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('462', '3', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('463', '3', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('464', '3', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('465', '3', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('466', '3', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('467', '3', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('468', '3', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('469', '3', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('470', '3', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('471', '3', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('472', '3', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('473', '3', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('474', '3', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('475', '3', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('476', '3', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('477', '3', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('478', '3', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('479', '3', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('480', '3', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('481', '3', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('482', '3', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('483', '3', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('484', '3', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('485', '3', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('486', '3', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('487', '3', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('488', '3', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('489', '3', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('490', '3', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('491', '3', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('492', '3', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('493', '3', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('494', '3', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('495', '3', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('496', '3', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('497', '3', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('498', '3', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('499', '3', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('500', '3', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('501', '3', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('502', '3', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('503', '3', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('504', '3', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('505', '3', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('506', '3', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('507', '3', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('508', '3', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('509', '3', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('510', '3', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('511', '3', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('512', '3', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('513', '3', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('514', '3', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('515', '3', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('516', '3', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('517', '3', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('518', '3', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('519', '3', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('520', '3', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('521', '3', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('522', '3', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('523', '3', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('524', '3', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('525', '3', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('526', '3', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('527', '3', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('528', '3', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('529', '4', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('530', '4', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('531', '4', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('532', '4', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('533', '4', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('534', '4', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('535', '4', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('536', '4', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('537', '4', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('538', '4', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('539', '4', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('540', '4', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('541', '4', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('542', '4', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('543', '4', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('544', '4', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('545', '4', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('546', '4', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('547', '4', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('548', '4', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('549', '4', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('550', '4', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('551', '4', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('552', '4', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('553', '4', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('554', '4', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('555', '4', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('556', '4', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('557', '4', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('558', '4', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('559', '4', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('560', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('561', '4', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('562', '4', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('563', '4', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('564', '4', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('565', '4', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('566', '4', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('567', '4', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('568', '4', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('569', '4', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('570', '4', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('571', '4', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('572', '4', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('573', '4', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('574', '4', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('575', '4', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('576', '4', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('577', '4', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('578', '4', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('579', '4', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('580', '4', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('581', '4', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('582', '4', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('583', '4', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('584', '4', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('585', '4', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('586', '4', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('587', '4', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('588', '4', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('589', '4', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('590', '4', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('591', '4', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('592', '4', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('593', '4', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('594', '4', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('595', '4', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('596', '4', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('597', '4', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('598', '4', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('599', '4', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('600', '4', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('601', '4', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('602', '4', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('603', '4', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('604', '4', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('605', '4', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('606', '4', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('607', '4', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('608', '4', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('609', '4', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('610', '4', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('611', '4', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('612', '4', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('613', '4', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('614', '4', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('615', '4', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('616', '4', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('617', '4', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('618', '4', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('619', '4', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('620', '4', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('621', '4', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('622', '4', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('623', '4', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('624', '4', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('625', '4', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('626', '4', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('627', '4', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('628', '4', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('629', '4', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('630', '4', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('631', '4', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('632', '4', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('633', '4', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('634', '4', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('635', '4', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('636', '4', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('637', '4', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('638', '4', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('639', '4', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('640', '4', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('641', '4', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('642', '4', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('643', '4', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('644', '4', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('645', '4', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('646', '4', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('647', '4', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('648', '4', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('649', '4', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('650', '4', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('651', '4', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('652', '4', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('653', '4', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('654', '4', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('655', '4', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('656', '4', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('657', '4', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('658', '4', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('659', '4', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('660', '4', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('661', '4', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('662', '4', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('663', '4', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('664', '4', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('665', '4', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('666', '4', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('667', '4', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('668', '4', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('669', '4', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('670', '4', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('671', '4', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('672', '4', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('673', '4', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('674', '4', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('675', '4', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('676', '4', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('677', '4', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('678', '4', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('679', '4', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('680', '4', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('681', '4', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('682', '4', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('683', '4', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('684', '4', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('685', '4', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('686', '4', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('687', '4', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('688', '4', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('689', '4', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('690', '4', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('691', '4', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('692', '4', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('693', '4', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('694', '4', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('695', '4', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('696', '4', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('697', '4', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('698', '4', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('699', '4', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('700', '4', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('701', '4', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('702', '4', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('703', '4', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('704', '4', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('705', '5', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('706', '5', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('707', '5', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('708', '5', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('709', '5', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('710', '5', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('711', '5', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('712', '5', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('713', '5', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('714', '5', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('715', '5', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('716', '6', '1', '0.00', '0.25', '0.00');
INSERT INTO `tranchesprix` VALUES ('717', '6', '1', '0.25', '0.50', '0.00');
INSERT INTO `tranchesprix` VALUES ('718', '6', '1', '0.50', '0.75', '0.00');
INSERT INTO `tranchesprix` VALUES ('719', '6', '1', '0.75', '1.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('720', '6', '1', '1.00', '1.50', '0.00');
INSERT INTO `tranchesprix` VALUES ('721', '6', '1', '1.50', '2.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('722', '6', '1', '2.00', '3.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('723', '6', '1', '3.00', '4.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('724', '6', '1', '4.00', '5.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('725', '6', '1', '5.00', '6.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('726', '6', '1', '6.00', '101.00', '0.00');
INSERT INTO `tranchesprix` VALUES ('727', '7', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('728', '7', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('729', '7', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('730', '7', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('731', '7', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('732', '7', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('733', '7', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('734', '7', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('735', '7', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('736', '7', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('737', '7', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('738', '7', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('739', '7', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('740', '7', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('741', '7', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('742', '7', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('743', '7', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('744', '7', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('745', '7', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('746', '7', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('747', '7', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('748', '7', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('749', '7', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('750', '7', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('751', '7', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('752', '7', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('753', '7', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('754', '7', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('755', '7', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('756', '7', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('757', '7', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('758', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('759', '7', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('760', '7', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('761', '7', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('762', '7', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('763', '7', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('764', '7', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('765', '7', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('766', '7', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('767', '7', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('768', '7', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('769', '7', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('770', '7', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('771', '7', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('772', '7', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('773', '7', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('774', '7', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('775', '7', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('776', '7', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('777', '7', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('778', '7', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('779', '7', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('780', '7', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('781', '7', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('782', '7', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('783', '7', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('784', '7', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('785', '7', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('786', '7', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('787', '7', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('788', '7', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('789', '7', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('790', '7', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('791', '7', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('792', '7', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('793', '7', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('794', '7', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('795', '7', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('796', '7', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('797', '7', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('798', '7', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('799', '7', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('800', '7', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('801', '7', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('802', '7', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('803', '7', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('804', '7', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('805', '7', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('806', '7', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('807', '7', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('808', '7', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('809', '7', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('810', '7', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('811', '7', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('812', '7', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('813', '7', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('814', '7', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('815', '7', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('816', '7', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('817', '7', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('818', '7', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('819', '7', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('820', '7', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('821', '7', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('822', '7', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('823', '7', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('824', '7', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('825', '7', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('826', '7', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('827', '7', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('828', '7', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('829', '7', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('830', '7', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('831', '7', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('832', '7', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('833', '7', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('834', '7', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('835', '7', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('836', '7', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('837', '7', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('838', '7', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('839', '7', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('840', '7', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('841', '7', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('842', '7', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('843', '7', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('844', '7', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('845', '7', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('846', '7', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('847', '7', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('848', '7', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('849', '7', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('850', '7', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('851', '7', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('852', '7', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('853', '7', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('854', '7', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('855', '7', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('856', '7', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('857', '7', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('858', '7', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('859', '7', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('860', '7', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('861', '7', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('862', '7', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('863', '7', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('864', '7', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('865', '7', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('866', '7', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('867', '7', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('868', '7', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('869', '7', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('870', '7', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('871', '7', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('872', '7', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('873', '7', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('874', '7', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('875', '7', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('876', '7', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('877', '7', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('878', '7', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('879', '7', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('880', '7', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('881', '7', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('882', '7', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('883', '7', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('884', '7', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('885', '7', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('886', '7', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('887', '7', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('888', '7', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('889', '7', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('890', '7', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('891', '7', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('892', '7', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('893', '7', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('894', '7', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('895', '7', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('896', '7', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('897', '7', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('898', '7', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('899', '7', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('900', '7', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('901', '7', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('902', '7', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('903', '8', '1', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('904', '8', '1', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('905', '8', '1', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('906', '8', '1', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('907', '8', '1', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('908', '8', '1', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('909', '8', '1', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('910', '8', '1', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('911', '8', '1', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('912', '8', '1', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('913', '8', '1', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('914', '8', '2', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('915', '8', '2', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('916', '8', '2', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('917', '8', '2', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('918', '8', '2', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('919', '8', '2', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('920', '8', '2', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('921', '8', '2', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('922', '8', '2', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('923', '8', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('924', '8', '2', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('925', '8', '3', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('926', '8', '3', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('927', '8', '3', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('928', '8', '3', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('929', '8', '3', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('930', '8', '3', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('931', '8', '3', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('932', '8', '3', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('933', '8', '3', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('934', '2', '2', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('935', '8', '3', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('936', '8', '4', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('937', '8', '4', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('938', '8', '4', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('939', '8', '4', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('940', '8', '4', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('941', '8', '4', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('942', '8', '4', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('943', '8', '4', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('944', '8', '4', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('945', '8', '4', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('946', '8', '4', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('947', '8', '5', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('948', '8', '5', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('949', '8', '5', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('950', '8', '5', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('951', '8', '5', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('952', '8', '5', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('953', '8', '5', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('954', '8', '5', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('955', '8', '5', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('956', '8', '5', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('957', '8', '5', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('958', '8', '6', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('959', '8', '6', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('960', '8', '6', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('961', '8', '6', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('962', '8', '6', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('963', '8', '6', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('964', '8', '6', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('965', '8', '6', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('966', '8', '6', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('967', '8', '6', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('968', '8', '6', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('969', '8', '7', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('970', '8', '7', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('971', '8', '7', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('972', '8', '7', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('973', '8', '7', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('974', '8', '7', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('975', '8', '7', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('976', '8', '7', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('977', '8', '7', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('978', '8', '7', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('979', '8', '7', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('980', '8', '9', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('981', '8', '9', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('982', '8', '9', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('983', '8', '9', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('984', '8', '9', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('985', '8', '9', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('986', '8', '9', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('987', '8', '9', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('988', '8', '9', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('989', '8', '9', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('990', '8', '9', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('991', '8', '10', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('992', '8', '10', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('993', '8', '10', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('994', '8', '10', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('995', '8', '10', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('996', '8', '10', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('997', '8', '10', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('998', '8', '10', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('999', '8', '10', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1000', '8', '10', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1001', '8', '10', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1002', '8', '11', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1003', '8', '11', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1004', '8', '11', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1005', '8', '11', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1006', '8', '11', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1007', '8', '11', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1008', '8', '11', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1009', '8', '11', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1010', '8', '11', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1011', '8', '11', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1012', '8', '11', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1013', '8', '12', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1014', '8', '12', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1015', '8', '12', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1016', '8', '12', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1017', '8', '12', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1018', '8', '12', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1019', '8', '12', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1020', '8', '12', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1021', '8', '12', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1022', '8', '12', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1023', '8', '12', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1024', '8', '13', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1025', '8', '13', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1026', '8', '13', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1027', '8', '13', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1028', '8', '13', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1029', '8', '13', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1030', '8', '13', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1031', '8', '13', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1032', '8', '13', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1033', '8', '13', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1034', '8', '13', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1035', '8', '14', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1036', '8', '14', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1037', '8', '14', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1038', '8', '14', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1039', '8', '14', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1040', '8', '14', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1041', '8', '14', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1042', '8', '14', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1043', '8', '14', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1044', '8', '14', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1045', '8', '14', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1046', '8', '15', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1047', '8', '15', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1048', '8', '15', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1049', '8', '15', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1050', '8', '15', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1051', '8', '15', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1052', '8', '15', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1053', '8', '15', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1054', '8', '15', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1055', '8', '15', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1056', '8', '15', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1057', '8', '16', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1058', '8', '16', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1059', '8', '16', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1060', '8', '16', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1061', '8', '16', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1062', '8', '16', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1063', '8', '16', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1064', '8', '16', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1065', '8', '16', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1066', '8', '16', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1067', '8', '16', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('1068', '8', '17', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('1069', '8', '17', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('1070', '8', '17', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('1071', '8', '17', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('1072', '8', '17', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('1073', '8', '17', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('1074', '8', '17', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('1075', '8', '17', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('1076', '8', '17', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('1077', '8', '17', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('1078', '8', '17', '6.00', '10.00', '22.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '0.00', '0.25', '1.50');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '0.25', '0.50', '3.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '0.50', '0.75', '5.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '0.75', '1.00', '7.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '1.00', '1.50', '9.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '1.50', '2.00', '11.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '2.00', '3.00', '13.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '3.00', '4.00', '15.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '4.00', '5.00', '17.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '5.00', '6.00', '19.00');
INSERT INTO `tranchesprix` VALUES ('0', '7', '18', '6.00', '10.00', '22.00');
-- Structure de la table `typecb`
DROP TABLE IF EXISTS `typecb`;
CREATE TABLE `typecb` (
`idCB` int(1) NOT NULL DEFAULT 0,
`desc` varchar(255) NOT NULL,
`webImg` varchar(255) NOT NULL,
`activ` varchar(1) NOT NULL,
PRIMARY KEY (`idCB`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
-- Données de la table `typecb`
INSERT INTO `typecb` VALUES ('1', 'Carte Bancaire', './Design/_icones_web/cb.gif', '1');
INSERT INTO `typecb` VALUES ('2', 'VISA', './Design/_icones_web/visa.gif', '1');
INSERT INTO `typecb` VALUES ('3', 'masterCard', './Design/_icones_web/mastecard.gif', '1');
-- Structure de la table `zones`
DROP TABLE IF EXISTS `zones`;
CREATE TABLE `zones` (
`numMl` int(11) NOT NULL AUTO_INCREMENT,
`idMl` smallint(6) NOT NULL,
`idZone` smallint(6) NOT NULL,
`description` varchar(155) NOT NULL,
`paysListe` varchar(500) DEFAULT NULL,
PRIMARY KEY (`numMl`)
) ENGINE=MyISAM AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Données de la table `zones`
INSERT INTO `zones` VALUES ('1', '1', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('2', '1', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('3', '1', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('4', '1', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('5', '1', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('6', '1', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('7', '1', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('8', '1', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('9', '1', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('10', '1', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('11', '1', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('12', '1', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('13', '1', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('14', '1', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('15', '1', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('16', '1', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('17', '1', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('18', '2', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('19', '2', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('20', '2', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('21', '2', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('22', '2', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('23', '2', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('24', '2', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('25', '2', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('26', '2', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('27', '2', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('28', '2', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('29', '2', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('30', '2', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('31', '2', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('32', '2', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('33', '2', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('34', '2', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('35', '3', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('36', '3', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('37', '3', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('38', '3', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('39', '3', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('40', '3', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('41', '3', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('42', '3', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('43', '3', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('44', '3', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('45', '3', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('46', '3', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('47', '3', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('48', '3', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('49', '3', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('50', '3', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('51', '3', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('52', '4', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('53', '4', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('54', '4', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('55', '4', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('56', '4', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('57', '4', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('58', '4', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('59', '4', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('60', '4', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('61', '4', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('62', '4', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('63', '4', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('64', '4', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('65', '4', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('66', '4', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('67', '4', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('68', '4', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('69', '5', '1', 'France', 'France');
INSERT INTO `zones` VALUES ('70', '6', '1', 'France', 'France');
INSERT INTO `zones` VALUES ('71', '7', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('72', '7', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('73', '7', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('74', '7', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('75', '7', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('76', '7', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('77', '7', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('78', '7', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('79', '7', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('80', '7', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('81', '7', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('82', '7', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('83', '7', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('84', '7', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('85', '7', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('86', '7', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('87', '7', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('88', '8', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('89', '8', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('90', '8', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('91', '8', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('92', '8', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('93', '8', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('94', '8', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('95', '8', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('96', '8', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('97', '8', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('98', '8', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('99', '8', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('100', '8', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('101', '8', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('102', '8', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('103', '8', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('104', '8', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
INSERT INTO `zones` VALUES ('105', '9', '1', 'Europe de l\'Ouest', 'Allemagne;Autriche;Belgique;France;Liechtenstein;Luxembourg;Monaco;Pays-Bas;Suisse');
INSERT INTO `zones` VALUES ('106', '9', '2', 'Europe de l\'Est', 'Albanie;Arménie;Azerbaijan;Bosnie-herzégovine;Bulgarie;Bélarus;Biélorussie;Croatie;Estonie;Georgie;Hongrie;Kazakhstan;Kirghizistan;Latvie;Lettonie;Macédoine;Moldovie;Montenegro;Ouzbékistan;Pologne;République Tchèque;Roumanie;Russie;Serbie;Slovaquie;Slovénie;Tadjikistan;Turkmenistan;Ukraine');
INSERT INTO `zones` VALUES ('107', '9', '3', 'Maghreb', 'Algérie;Libye;Maroc;Mauritanie;Tunisie');
INSERT INTO `zones` VALUES ('108', '9', '4', 'Europe du Nord', 'Danemark;Finlande;Islande;Norvège;Suède');
INSERT INTO `zones` VALUES ('109', '9', '5', 'Europe du sud', 'Albanie;Andorre;Bosnie-Herzégovine;Croatie;Espagne;Gibraltar;Grèce;Italie;Macédoine;Malte;Monténégro;Portugal;Saint-Marin;Serbie;Slovénie;Vatican');
INSERT INTO `zones` VALUES ('110', '9', '6', 'Afrique de l\'Ouest', 'Bénin;Burkina Faso;Cap-Vert;Côte dIvoire;Gambie;Ghana;Guinée;Guinée-Bissau;Liberia;Mali;Mauritanie;Niger;Nigeria;Sénégal;Sierra Leone;Togo');
INSERT INTO `zones` VALUES ('111', '9', '7', 'Afrique de Est', 'Burundi;Djibouti;Érythrée;Éthiopie;Kenya;Ouganda;Rwanda;Seychelles;Somalie;Soudan du Sud;Tanzanie');
INSERT INTO `zones` VALUES ('112', '9', '8', 'Afrique Australe', 'Afrique du Sud;Angola;Botswana;Comores;Lesotho;Madagascar;Malawi;Maurice;Mozambique;Namibie;Swaziland;Zambie;Zimbabwe');
INSERT INTO `zones` VALUES ('113', '9', '9', 'Afrique Centrale', 'Cameroun;Gabon;Guinée équatoriale;République centrafricaine;République démocratique du Congo;République du Congo;São Tomé-et-Principe;Tchad');
INSERT INTO `zones` VALUES ('114', '9', '10', 'Amérique du Nord', 'Canada;États-Unis d\'Amérique;Mexique');
INSERT INTO `zones` VALUES ('115', '9', '11', 'Amérique du Centrale', 'Belize;Costa Rica;El Salvador;Guatemala;Honduras;Nicaragua;Panama');
INSERT INTO `zones` VALUES ('116', '9', '12', 'Antilles', 'Bahamas;Barbade;Cuba;Dominique;Guadeloupe;Haiti;Jamaïque;Martinique;Porto Rico;République Dominicaine;Sainte-Lucie;Trinité-et-Tobago');
INSERT INTO `zones` VALUES ('117', '9', '13', 'Amérique du Sud', 'Argentine;Bolivie;Brésil;Chili;Colombie;Équateur;Guyane;Guyane française;Îles Falkland;Paraguay;Pérou;Surinam;Uruguay;Venezuela');
INSERT INTO `zones` VALUES ('118', '9', '14', 'Moyen Orient', 'Arabie Saoudite;Bahreïn;Chypre;Égypte;Émirats arabes unis;Érythrée;Éthiopie;;Iran;Irak;Israël;Jordanie;Koweit;Liban;Libye;Oman;Qatar;Somalie;Soudan;Syrie;Turquie;Yémen');
INSERT INTO `zones` VALUES ('119', '9', '15', 'Asie', 'Afghanistan;Bangladesh;Bhoutan;Brunei Darussalam;Birmanie;Cambodge;Chine;Corée du Nord;Corée du Sud;Hong Kong;Inde;Indonésie;Japon;Laos;Macao;Malaisie;Maldives;Mongolie;Myanmar;Birmanie;Népal;Pakistan;Philippines;Singapour;Sri Lanka;Taïwan;Thaïlande;Timor oriental;Viêtnam');
INSERT INTO `zones` VALUES ('120', '9', '16', 'Océanie', 'Australie;Île Christmas;Îles Heard;Fidji;Guam;Île Christmas;Îles Cocos;Îles Cook;Îles Heard et McDonald;Îles Mariannes;Îles Marshall;Micronésie;Palau;Île Norfolk;Îles Salomon;Îles Wallis-et-Futuna;Kiribati;Île Christmas;Tuvalu;Nauru;Nioué;Nouvelle-Calédonie;Nouvelle-Zélande;Papouasie Nouvelle-Guinée;Pitcairn;Polynésie française;Samoa;Samoa américaine;Tokelau;Tonga;Vanuatu');
INSERT INTO `zones` VALUES ('121', '9', '17', 'Outre Mer', 'Saint-Marin;Guadeloupe;Saint-barthélemy;Saint-martin;Martinique;Réunion;Guyane française;Mayotte;Saint-pierre et miquelon');
-- -----------------------------
-- RÉSUMÉ DE L'EXPORT
-- -----------------------------
-- Nombre de tables exportées : 21
-- Temps écoulé : 0.02 secondes
-- Taille du fichier dump : 0.32 Mo
-- -----------------------------